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 | e480dfa79c90cf5a85680bc1ff503f21e6439a72 (patch) | |
tree | 3230b42caed019c8a5332426f6976ab8cbe37bea /lib/ExecutionEngine | |
parent | d708b53e7f26931e7b98f535ef1579f28031bef4 (diff) | |
download | external_llvm-e480dfa79c90cf5a85680bc1ff503f21e6439a72.zip external_llvm-e480dfa79c90cf5a85680bc1ff503f21e6439a72.tar.gz external_llvm-e480dfa79c90cf5a85680bc1ff503f21e6439a72.tar.bz2 |
s/ParameterAttributes/Attributes/g
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56513 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/ExecutionEngine')
-rw-r--r-- | lib/ExecutionEngine/Interpreter/Execution.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/ExecutionEngine/Interpreter/Execution.cpp b/lib/ExecutionEngine/Interpreter/Execution.cpp index 29837ff..d73ec06 100644 --- a/lib/ExecutionEngine/Interpreter/Execution.cpp +++ b/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" |