aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/XCore/XCoreISelDAGToDAG.cpp
diff options
context:
space:
mode:
authorEdwin Török <edwintorok@gmail.com>2009-07-08 20:53:28 +0000
committerEdwin Török <edwintorok@gmail.com>2009-07-08 20:53:28 +0000
commit4d9756a9843862edb9daddfaa0d8c78ac1c52b32 (patch)
tree84addd27fd1610e6e8b5a9a82162914726abab4c /lib/Target/XCore/XCoreISelDAGToDAG.cpp
parentbaf982b5cb66e22f492741ca30ea4e2d34399674 (diff)
downloadexternal_llvm-4d9756a9843862edb9daddfaa0d8c78ac1c52b32.zip
external_llvm-4d9756a9843862edb9daddfaa0d8c78ac1c52b32.tar.gz
external_llvm-4d9756a9843862edb9daddfaa0d8c78ac1c52b32.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/XCore/XCoreISelDAGToDAG.cpp')
-rw-r--r--lib/Target/XCore/XCoreISelDAGToDAG.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Target/XCore/XCoreISelDAGToDAG.cpp b/lib/Target/XCore/XCoreISelDAGToDAG.cpp
index eed34a4..5114bc7 100644
--- a/lib/Target/XCore/XCoreISelDAGToDAG.cpp
+++ b/lib/Target/XCore/XCoreISelDAGToDAG.cpp
@@ -28,6 +28,8 @@
#include "llvm/Target/TargetLowering.h"
#include "llvm/Support/Compiler.h"
#include "llvm/Support/Debug.h"
+#include "llvm/Support/ErrorHandling.h"
+#include "llvm/Support/raw_ostream.h"
#include <queue>
#include <set>
using namespace llvm;