diff options
author | Andrew Trick <atrick@apple.com> | 2010-11-09 19:47:51 +0000 |
---|---|---|
committer | Andrew Trick <atrick@apple.com> | 2010-11-09 19:47:51 +0000 |
commit | 42d50e920bc1b86b120a963b26c4c4f96b5e4372 (patch) | |
tree | 4806b38d7375d2436c3a3c8a591e92fc7c423a66 /llvm/lib/CodeGen/RegAllocBase.h | |
parent | e56c786f113508c37c05518a1df5531d5f6df96f (diff) | |
download | bcm5719-llvm-42d50e920bc1b86b120a963b26c4c4f96b5e4372.tar.gz bcm5719-llvm-42d50e920bc1b86b120a963b26c4c4f96b5e4372.zip |
Reverting r118604. Windows build broke.
llvm-svn: 118613
Diffstat (limited to 'llvm/lib/CodeGen/RegAllocBase.h')
-rw-r--r-- | llvm/lib/CodeGen/RegAllocBase.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/lib/CodeGen/RegAllocBase.h b/llvm/lib/CodeGen/RegAllocBase.h index fa595fed8b5..f4ca9727384 100644 --- a/llvm/lib/CodeGen/RegAllocBase.h +++ b/llvm/lib/CodeGen/RegAllocBase.h @@ -128,11 +128,6 @@ protected: // exists, return the interfering register, which may be preg or an alias. unsigned checkPhysRegInterference(LiveInterval& lvr, unsigned preg); -#ifndef NDEBUG - // Verify each LiveIntervalUnion. - void verify(); -#endif - // Helper that spills all live virtual registers currently unified under preg // that interfere with the most recently queried lvr. void spillInterferences(unsigned preg, |