summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/LiveRangeEdit.cpp
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2011-03-29 17:47:02 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2011-03-29 17:47:02 +0000
commit0ed9ebca582a2f78c99003473baea369e899897c (patch)
tree45893d905a0d0d71c145c3ebf35f62b69178948c /llvm/lib/CodeGen/LiveRangeEdit.cpp
parentadd79c6abfb04be6f5dd923c9b1892e98a828930 (diff)
downloadbcm5719-llvm-0ed9ebca582a2f78c99003473baea369e899897c.tar.gz
bcm5719-llvm-0ed9ebca582a2f78c99003473baea369e899897c.zip
Remember to use the correct register when rematerializing for snippets.
llvm-svn: 128469
Diffstat (limited to 'llvm/lib/CodeGen/LiveRangeEdit.cpp')
-rw-r--r--llvm/lib/CodeGen/LiveRangeEdit.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/LiveRangeEdit.cpp b/llvm/lib/CodeGen/LiveRangeEdit.cpp
index d1a2fafca84..94a3fc1ed0d 100644
--- a/llvm/lib/CodeGen/LiveRangeEdit.cpp
+++ b/llvm/lib/CodeGen/LiveRangeEdit.cpp
@@ -11,6 +11,7 @@
// is spilled or split.
//===----------------------------------------------------------------------===//
+#define DEBUG_TYPE "regalloc"
#include "LiveRangeEdit.h"
#include "VirtRegMap.h"
#include "llvm/ADT/SetVector.h"
OpenPOWER on IntegriCloud