aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Alpha/AlphaISelDAGToDAG.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-02-03 05:43:57 +0000
committerChris Lattner <sabre@nondot.org>2008-02-03 05:43:57 +0000
commit3d62d780abbe0c2dd8edd7dd37a27365b2032d73 (patch)
tree641be5c1e10c3dd2a247655291621e55cf5382c9 /lib/Target/Alpha/AlphaISelDAGToDAG.cpp
parent11d049c87f49cf273863248d44cda005690515a6 (diff)
downloadexternal_llvm-3d62d780abbe0c2dd8edd7dd37a27365b2032d73.zip
external_llvm-3d62d780abbe0c2dd8edd7dd37a27365b2032d73.tar.gz
external_llvm-3d62d780abbe0c2dd8edd7dd37a27365b2032d73.tar.bz2
explicitly include Compiler.h instead of getting it from tblgen in the middle of a class.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46676 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Alpha/AlphaISelDAGToDAG.cpp')
-rw-r--r--lib/Target/Alpha/AlphaISelDAGToDAG.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/Alpha/AlphaISelDAGToDAG.cpp b/lib/Target/Alpha/AlphaISelDAGToDAG.cpp
index 2962891..908057e 100644
--- a/lib/Target/Alpha/AlphaISelDAGToDAG.cpp
+++ b/lib/Target/Alpha/AlphaISelDAGToDAG.cpp
@@ -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>