diff options
author | Tom Stellard <thomas.stellard@amd.com> | 2013-06-26 18:20:32 +0000 |
---|---|---|
committer | Tom Stellard <thomas.stellard@amd.com> | 2013-06-26 18:20:32 +0000 |
commit | 976577ecaed3b98fccd5052621b4021635f33d4b (patch) | |
tree | 1cd32cbd1eab4609e817002c9c2fc4022c0358cb /libclc | |
parent | 207345820f5f99644e26142d0f1d7652d0cc9b43 (diff) | |
download | bcm5719-llvm-976577ecaed3b98fccd5052621b4021635f33d4b.tar.gz bcm5719-llvm-976577ecaed3b98fccd5052621b4021635f33d4b.zip |
Fix build with LLVM 3.3
Patch by: Niels Ole Salscheider
llvm-svn: 184989
Diffstat (limited to 'libclc')
-rw-r--r-- | libclc/utils/prepare-builtins.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libclc/utils/prepare-builtins.cpp b/libclc/utils/prepare-builtins.cpp index ae7731b03b0..be1624b9690 100644 --- a/libclc/utils/prepare-builtins.cpp +++ b/libclc/utils/prepare-builtins.cpp @@ -1,9 +1,9 @@ #include "llvm/ADT/OwningPtr.h" #include "llvm/Bitcode/ReaderWriter.h" -#include "llvm/Function.h" -#include "llvm/GlobalVariable.h" -#include "llvm/LLVMContext.h" -#include "llvm/Module.h" +#include "llvm/IR/Function.h" +#include "llvm/IR/GlobalVariable.h" +#include "llvm/IR/LLVMContext.h" +#include "llvm/IR/Module.h" #include "llvm/Support/CommandLine.h" #include "llvm/Support/ManagedStatic.h" #include "llvm/Support/MemoryBuffer.h" |