aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/Instructions.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/VMCore/Instructions.cpp
parentbaf982b5cb66e22f492741ca30ea4e2d34399674 (diff)
downloadexternal_llvm-4d9756a9843862edb9daddfaa0d8c78ac1c52b32.tar.gz
external_llvm-4d9756a9843862edb9daddfaa0d8c78ac1c52b32.tar.bz2
external_llvm-4d9756a9843862edb9daddfaa0d8c78ac1c52b32.zip
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/VMCore/Instructions.cpp')
-rw-r--r--lib/VMCore/Instructions.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/VMCore/Instructions.cpp b/lib/VMCore/Instructions.cpp
index 6626930184..bbb22c5a64 100644
--- a/lib/VMCore/Instructions.cpp
+++ b/lib/VMCore/Instructions.cpp
@@ -20,6 +20,7 @@
#include "llvm/Support/CallSite.h"
#include "llvm/Support/ConstantRange.h"
#include "llvm/Support/MathExtras.h"
+#include "llvm/Support/Streams.h"
using namespace llvm;
//===----------------------------------------------------------------------===//