summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/StackColoring.cpp
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2013-01-17 01:06:04 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2013-01-17 01:06:04 +0000
commit965665bb48300fdc8b281a6edcf763ef75bbf95b (patch)
treedc8504bf23d1ba6c7633bdbd400d75c3f5848a97 /llvm/lib/CodeGen/StackColoring.cpp
parent213a2f8b3f00d02324211dac1a4fcf9480110f80 (diff)
downloadbcm5719-llvm-965665bb48300fdc8b281a6edcf763ef75bbf95b.tar.gz
bcm5719-llvm-965665bb48300fdc8b281a6edcf763ef75bbf95b.zip
Move MachineTraceMetrics.h into include/llvm/CodeGen.
Let targets use it. llvm-svn: 172688
Diffstat (limited to 'llvm/lib/CodeGen/StackColoring.cpp')
-rw-r--r--llvm/lib/CodeGen/StackColoring.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/StackColoring.cpp b/llvm/lib/CodeGen/StackColoring.cpp
index 42502eb238a..c173293f6fe 100644
--- a/llvm/lib/CodeGen/StackColoring.cpp
+++ b/llvm/lib/CodeGen/StackColoring.cpp
@@ -23,7 +23,6 @@
#define DEBUG_TYPE "stackcoloring"
#include "llvm/CodeGen/Passes.h"
-#include "MachineTraceMetrics.h"
#include "llvm/ADT/BitVector.h"
#include "llvm/ADT/DepthFirstIterator.h"
#include "llvm/ADT/PostOrderIterator.h"
OpenPOWER on IntegriCloud