summaryrefslogtreecommitdiffstats
path: root/llvm/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
commit1770fb883b01ba4f0072111c9221fecd1b954c3f (patch)
tree84b5d76ffa0921fd22b725c33454015ae7659d9d /llvm/lib/Target/Alpha/AlphaISelDAGToDAG.cpp
parent66de08bfb482198fb81bac27d19416c0dd694aa5 (diff)
downloadbcm5719-llvm-1770fb883b01ba4f0072111c9221fecd1b954c3f.tar.gz
bcm5719-llvm-1770fb883b01ba4f0072111c9221fecd1b954c3f.zip
explicitly include Compiler.h instead of getting it from tblgen in the middle of a class.
llvm-svn: 46676
Diffstat (limited to 'llvm/lib/Target/Alpha/AlphaISelDAGToDAG.cpp')
-rw-r--r--llvm/lib/Target/Alpha/AlphaISelDAGToDAG.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/Alpha/AlphaISelDAGToDAG.cpp b/llvm/lib/Target/Alpha/AlphaISelDAGToDAG.cpp
index 2962891ec26..908057e44d2 100644
--- a/llvm/lib/Target/Alpha/AlphaISelDAGToDAG.cpp
+++ b/llvm/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>
OpenPOWER on IntegriCloud