diff options
author | Chris Lattner <sabre@nondot.org> | 2009-11-07 09:20:54 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-11-07 09:20:54 +0000 |
commit | d82510e1092c97dc3f1cc36a293e498013bf21bc (patch) | |
tree | 728df4cf08a841dd61c5e21862f8631ae2400c7f /llvm/lib/Target/SystemZ/SystemZISelLowering.cpp | |
parent | f8193980675f58e677c4f57a7a497f2ebf8ac1de (diff) | |
download | bcm5719-llvm-d82510e1092c97dc3f1cc36a293e498013bf21bc.tar.gz bcm5719-llvm-d82510e1092c97dc3f1cc36a293e498013bf21bc.zip |
add some missing #includes
llvm-svn: 86367
Diffstat (limited to 'llvm/lib/Target/SystemZ/SystemZISelLowering.cpp')
-rw-r--r-- | llvm/lib/Target/SystemZ/SystemZISelLowering.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/SystemZ/SystemZISelLowering.cpp b/llvm/lib/Target/SystemZ/SystemZISelLowering.cpp index 5c8cae0cd76..59701a64613 100644 --- a/llvm/lib/Target/SystemZ/SystemZISelLowering.cpp +++ b/llvm/lib/Target/SystemZ/SystemZISelLowering.cpp @@ -34,6 +34,7 @@ #include "llvm/Target/TargetOptions.h" #include "llvm/Target/TargetLoweringObjectFile.h" #include "llvm/Support/Debug.h" +#include "llvm/Support/ErrorHandling.h" #include "llvm/Support/raw_ostream.h" #include "llvm/ADT/VectorExtras.h" using namespace llvm; |