explicitly include Compiler.h instead of getting it from tblgen in the middle of...
authorChris Lattner <sabre@nondot.org>
Sun, 3 Feb 2008 05:43:57 +0000 (05:43 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 3 Feb 2008 05:43:57 +0000 (05:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46676 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/ARMISelDAGToDAG.cpp
lib/Target/Alpha/AlphaISelDAGToDAG.cpp
lib/Target/IA64/IA64ISelDAGToDAG.cpp
lib/Target/Sparc/SparcISelDAGToDAG.cpp

index 6278c4e161733eb54d6930aa200646b5dddacf39..f553dd7d13da8f0d5718dffb2fdb8f16193e7930 100644 (file)
@@ -28,6 +28,7 @@
 #include "llvm/CodeGen/SelectionDAGISel.h"
 #include "llvm/Target/TargetLowering.h"
 #include "llvm/Target/TargetOptions.h"
+#include "llvm/Support/Compiler.h"
 #include "llvm/Support/Debug.h"
 using namespace llvm;
 
index 2962891ec2641658061ef145c5a2e39aaabd32c6..908057e44d20dfce280b96c792b01f1d2238f6b5 100644 (file)
@@ -27,6 +27,7 @@
 #include "llvm/DerivedTypes.h"
 #include "llvm/GlobalValue.h"
 #include "llvm/Intrinsics.h"
+#include "llvm/Support/Compiler.h"
 #include "llvm/Support/Debug.h"
 #include "llvm/Support/MathExtras.h"
 #include <algorithm>
index d8e308acb7afc24e8db9140c75d5e217a4bf2633..1a9eae0e16abf8562ef15d6a4607633e6044234a 100644 (file)
@@ -25,6 +25,7 @@
 #include "llvm/Constants.h"
 #include "llvm/GlobalValue.h"
 #include "llvm/Intrinsics.h"
+#include "llvm/Support/Compiler.h"
 #include "llvm/Support/Debug.h"
 #include "llvm/Support/MathExtras.h"
 #include <queue>
index 0d7f40bb2e5db1e100b7fb9e2e26cf722fbd6e43..d5b1784485aabf3862703ac087e2e9d433165d13 100644 (file)
@@ -24,6 +24,7 @@
 #include "llvm/CodeGen/SelectionDAG.h"
 #include "llvm/CodeGen/SelectionDAGISel.h"
 #include "llvm/Target/TargetLowering.h"
+#include "llvm/Support/Compiler.h"
 #include "llvm/Support/Debug.h"
 #include <queue>
 #include <set>