gallivm: Adapt to header file move in LLVM 2.4.
authorMichel Dänzer <daenzer@vmware.com>
Mon, 12 Jan 2009 11:34:27 +0000 (12:34 +0100)
committerMichel Dänzer <daenzer@vmware.com>
Mon, 12 Jan 2009 11:34:27 +0000 (12:34 +0100)
src/gallium/auxiliary/gallivm/gallivm.cpp
src/gallium/auxiliary/gallivm/gallivm_cpu.cpp
src/gallium/auxiliary/gallivm/instructions.cpp
src/gallium/auxiliary/gallivm/instructionssoa.cpp
src/gallium/auxiliary/gallivm/tgsitollvm.cpp

index 29adeea47de8fa52a07b83c3ea82460d3bb9957b..f4af5cc8ad57371c003aa26ae1590896e029a5a8 100644 (file)
@@ -53,7 +53,7 @@
 #include <llvm/ModuleProvider.h>
 #include <llvm/Pass.h>
 #include <llvm/PassManager.h>
-#include <llvm/ParameterAttributes.h>
+#include <llvm/Attributes.h>
 #include <llvm/Support/PatternMatch.h>
 #include <llvm/ExecutionEngine/JIT.h>
 #include <llvm/ExecutionEngine/Interpreter.h>
index 93a9748bdb35effcb120512a3638523ad2b692c7..1bd00a0c2a612321309621dace52bb1a488a457d 100644 (file)
@@ -56,7 +56,7 @@
 #include <llvm/ModuleProvider.h>
 #include <llvm/Pass.h>
 #include <llvm/PassManager.h>
-#include <llvm/ParameterAttributes.h>
+#include <llvm/Attributes.h>
 #include <llvm/Support/PatternMatch.h>
 #include <llvm/ExecutionEngine/JIT.h>
 #include <llvm/ExecutionEngine/Interpreter.h>
index 599975d5adda157c7dc060501e8c7f9589aebfdc..ee8162efce5319328685f549cf4b364f656cd567 100644 (file)
@@ -43,7 +43,7 @@
 #include <llvm/Function.h>
 #include <llvm/InstrTypes.h>
 #include <llvm/Instructions.h>
-#include <llvm/ParameterAttributes.h>
+#include <llvm/Attributes.h>
 #include <llvm/Support/MemoryBuffer.h>
 #include <llvm/Bitcode/ReaderWriter.h>
 
index d5600fd22da2d8f23d79679b3a7813927e79b0cf..ad57acbe1a08cb76e38cd826e28c752e0b332d6c 100644 (file)
@@ -37,7 +37,7 @@
 #include <llvm/Function.h>
 #include <llvm/Instructions.h>
 #include <llvm/Transforms/Utils/Cloning.h>
-#include <llvm/ParameterAttributes.h>
+#include <llvm/Attributes.h>
 #include <llvm/Support/MemoryBuffer.h>
 #include <llvm/Bitcode/ReaderWriter.h>
 
index c11b88af9ec601ae9a1d87a3a7b1e421ff031e87..6b18a68fe66a55530aa62a8c896db7dfb9f5855a 100644 (file)
@@ -25,7 +25,7 @@
 #include <llvm/ModuleProvider.h>
 #include <llvm/Pass.h>
 #include <llvm/PassManager.h>
-#include <llvm/ParameterAttributes.h>
+#include <llvm/Attributes.h>
 #include <llvm/Support/PatternMatch.h>
 #include <llvm/ExecutionEngine/JIT.h>
 #include <llvm/ExecutionEngine/Interpreter.h>