commit | e480dfa79c90cf5a85680bc1ff503f21e6439a72 | [log] [tgz] |
---|---|---|
author | Devang Patel <dpatel@apple.com> | Tue Sep 23 23:03:40 2008 +0000 |
committer | Devang Patel <dpatel@apple.com> | Tue Sep 23 23:03:40 2008 +0000 |
tree | 3230b42caed019c8a5332426f6976ab8cbe37bea | |
parent | d708b53e7f26931e7b98f535ef1579f28031bef4 [diff] [blame] |
s/ParameterAttributes/Attributes/g git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56513 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Transforms/Scalar/SimplifyCFGPass.cpp b/lib/Transforms/Scalar/SimplifyCFGPass.cpp index de04fda..1246afc 100644 --- a/lib/Transforms/Scalar/SimplifyCFGPass.cpp +++ b/lib/Transforms/Scalar/SimplifyCFGPass.cpp
@@ -27,7 +27,7 @@ #include "llvm/Constants.h" #include "llvm/Instructions.h" #include "llvm/Module.h" -#include "llvm/ParameterAttributes.h" +#include "llvm/Attributes.h" #include "llvm/Support/CFG.h" #include "llvm/Support/Compiler.h" #include "llvm/Pass.h"