diff options
author | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2011-03-02 23:31:50 +0000 |
---|---|---|
committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2011-03-02 23:31:50 +0000 |
commit | a2cae58411b36a58f658f9402e8d039add31ae4d (patch) | |
tree | 40ef46a26286ab141e08b073b0237948599a9721 /lib/CodeGen/SplitKit.h | |
parent | 621c65e0895e06e90fdb59d08b0b20af4fffac28 (diff) |
Turn the Edit member into a pointer so it can change dynamically.
No functional change.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126898 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SplitKit.h')
-rw-r--r-- | lib/CodeGen/SplitKit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/SplitKit.h b/lib/CodeGen/SplitKit.h index 05de150523..7b30361722 100644 --- a/lib/CodeGen/SplitKit.h +++ b/lib/CodeGen/SplitKit.h @@ -165,7 +165,7 @@ class SplitEditor { const TargetRegisterInfo &TRI; /// Edit - The current parent register and new intervals created. - LiveRangeEdit &Edit; + LiveRangeEdit *Edit; /// Index into Edit of the currently open interval. /// The index 0 is used for the complement, so the first interval started by |