commit | 3d62d780abbe0c2dd8edd7dd37a27365b2032d73 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Sun Feb 03 05:43:57 2008 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Sun Feb 03 05:43:57 2008 +0000 |
tree | 641be5c1e10c3dd2a247655291621e55cf5382c9 | |
parent | 11d049c87f49cf273863248d44cda005690515a6 [diff] [blame] |
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
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>