summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode
diff options
context:
space:
mode:
authorGordon Henriksen <gordonhenriksen@mac.com>2007-09-29 01:38:42 +0000
committerGordon Henriksen <gordonhenriksen@mac.com>2007-09-29 01:38:42 +0000
commit6547e5a2bc880a6d23a9ae00963a7c49d24d755b (patch)
tree7ff57a7f58676ac8a758d51a084711b63842b460 /llvm/lib/Bitcode
parent343f7098dbd093f49afa981dd7bafdcd28889f94 (diff)
downloadbcm5719-llvm-6547e5a2bc880a6d23a9ae00963a7c49d24d755b.tar.gz
bcm5719-llvm-6547e5a2bc880a6d23a9ae00963a7c49d24d755b.zip
Demoting CHelpers.h to include/llvm/Support.
llvm-svn: 42465
Diffstat (limited to 'llvm/lib/Bitcode')
-rw-r--r--llvm/lib/Bitcode/Writer/BitWriter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Bitcode/Writer/BitWriter.cpp b/llvm/lib/Bitcode/Writer/BitWriter.cpp
index 7b90586fd70..b2e7ac2ec0f 100644
--- a/llvm/lib/Bitcode/Writer/BitWriter.cpp
+++ b/llvm/lib/Bitcode/Writer/BitWriter.cpp
@@ -8,8 +8,8 @@
//===----------------------------------------------------------------------===//
#include "llvm-c/BitWriter.h"
-#include "llvm/CHelpers.h"
#include "llvm/Bitcode/ReaderWriter.h"
+#include "llvm/Support/CHelpers.h"
#include <fstream>
using namespace llvm;
OpenPOWER on IntegriCloud