| Index: src/IceRegAlloc.h
|
| diff --git a/src/IceRegAlloc.h b/src/IceRegAlloc.h
|
| index 89ae715ae46aa9a12986bdcecc73ea81b2b6db40..dd08f9ea98e988e220f9e8723e8000a585a1179a 100644
|
| --- a/src/IceRegAlloc.h
|
| +++ b/src/IceRegAlloc.h
|
| @@ -28,10 +28,10 @@ class LinearScan {
|
| LinearScan &operator=(const LinearScan &) = delete;
|
|
|
| public:
|
| - explicit LinearScan(Cfg *Func) : Func(Func) {}
|
| + explicit LinearScan(Cfg *MyFunc) : Func(MyFunc) {}
|
| void init(RegAllocKind Kind);
|
| void scan(const llvm::SmallBitVector &RegMask, bool Randomized);
|
| - void dump(Cfg *Func) const;
|
| + void dump() const;
|
|
|
| private:
|
| typedef std::vector<Variable *> OrderedRanges;
|
|
|