summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/RegAllocSimple.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-08-27 12:54:02 +0000
committerChris Lattner <sabre@nondot.org>2006-08-27 12:54:02 +0000
commit3d27be1333ad2ea1f52b0c37f0989954fbf34cd6 (patch)
tree3abf148dd96d50aec60d14c4478e369e7a775696 /llvm/lib/CodeGen/RegAllocSimple.cpp
parent2c3683a9012729bbaa3074850e82ccfd572ad5c0 (diff)
downloadbcm5719-llvm-3d27be1333ad2ea1f52b0c37f0989954fbf34cd6.tar.gz
bcm5719-llvm-3d27be1333ad2ea1f52b0c37f0989954fbf34cd6.zip
s|llvm/Support/Visibility.h|llvm/Support/Compiler.h|
llvm-svn: 29911
Diffstat (limited to 'llvm/lib/CodeGen/RegAllocSimple.cpp')
-rw-r--r--llvm/lib/CodeGen/RegAllocSimple.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/RegAllocSimple.cpp b/llvm/lib/CodeGen/RegAllocSimple.cpp
index e807992201d..b28e21aaf61 100644
--- a/llvm/lib/CodeGen/RegAllocSimple.cpp
+++ b/llvm/lib/CodeGen/RegAllocSimple.cpp
@@ -24,7 +24,7 @@
#include "llvm/Target/TargetInstrInfo.h"
#include "llvm/Target/TargetMachine.h"
#include "llvm/Support/Debug.h"
-#include "llvm/Support/Visibility.h"
+#include "llvm/Support/Compiler.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/ADT/STLExtras.h"
#include <iostream>
OpenPOWER on IntegriCloud