diff options
author | Devang Patel <dpatel@apple.com> | 2008-09-23 23:03:40 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2008-09-23 23:03:40 +0000 |
commit | ba3fa6c6e15d0db6205a52f2f080bad10f093430 (patch) | |
tree | fca177c98b3343b1e1be3f85aaca1c42e33a081b /llvm/lib/ExecutionEngine | |
parent | 82fed6702b13d9d3625295494ead5211c415b3a0 (diff) | |
download | bcm5719-llvm-ba3fa6c6e15d0db6205a52f2f080bad10f093430.tar.gz bcm5719-llvm-ba3fa6c6e15d0db6205a52f2f080bad10f093430.zip |
s/ParameterAttributes/Attributes/g
llvm-svn: 56513
Diffstat (limited to 'llvm/lib/ExecutionEngine')
-rw-r--r-- | llvm/lib/ExecutionEngine/Interpreter/Execution.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/ExecutionEngine/Interpreter/Execution.cpp b/llvm/lib/ExecutionEngine/Interpreter/Execution.cpp index 29837ffcfec..d73ec062f58 100644 --- a/llvm/lib/ExecutionEngine/Interpreter/Execution.cpp +++ b/llvm/lib/ExecutionEngine/Interpreter/Execution.cpp @@ -16,7 +16,6 @@ #include "llvm/Constants.h" #include "llvm/DerivedTypes.h" #include "llvm/Instructions.h" -#include "llvm/ParameterAttributes.h" #include "llvm/CodeGen/IntrinsicLowering.h" #include "llvm/Support/GetElementPtrTypeIterator.h" #include "llvm/ADT/APInt.h" |