diff options
author | Torok Edwin <edwintorok@gmail.com> | 2009-07-08 20:53:28 +0000 |
---|---|---|
committer | Torok Edwin <edwintorok@gmail.com> | 2009-07-08 20:53:28 +0000 |
commit | dac237e18209b697a8ba122d0ddd9cad4dfba1f8 (patch) | |
tree | 84addd27fd1610e6e8b5a9a82162914726abab4c /lib/Target/Alpha/AlphaISelLowering.cpp | |
parent | d1fbd142945f5ef0c273c3d756431f8cb9d25ded (diff) | |
download | external_llvm-dac237e18209b697a8ba122d0ddd9cad4dfba1f8.zip external_llvm-dac237e18209b697a8ba122d0ddd9cad4dfba1f8.tar.gz external_llvm-dac237e18209b697a8ba122d0ddd9cad4dfba1f8.tar.bz2 |
Implement changes from Chris's feedback.
Finish converting lib/Target.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75043 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Alpha/AlphaISelLowering.cpp')
-rw-r--r-- | lib/Target/Alpha/AlphaISelLowering.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/Alpha/AlphaISelLowering.cpp b/lib/Target/Alpha/AlphaISelLowering.cpp index 176255c..49fb262 100644 --- a/lib/Target/Alpha/AlphaISelLowering.cpp +++ b/lib/Target/Alpha/AlphaISelLowering.cpp @@ -25,6 +25,7 @@ #include "llvm/Intrinsics.h" #include "llvm/Support/CommandLine.h" #include "llvm/Support/ErrorHandling.h" +#include "llvm/Support/raw_ostream.h" using namespace llvm; /// AddLiveIn - This helper function adds the specified physical register to the |