diff options
Diffstat (limited to 'contrib/llvm/include/llvm/Analysis/LibCallSemantics.h')
-rw-r--r-- | contrib/llvm/include/llvm/Analysis/LibCallSemantics.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/contrib/llvm/include/llvm/Analysis/LibCallSemantics.h b/contrib/llvm/include/llvm/Analysis/LibCallSemantics.h index 34831b2..170e2a4 100644 --- a/contrib/llvm/include/llvm/Analysis/LibCallSemantics.h +++ b/contrib/llvm/include/llvm/Analysis/LibCallSemantics.h @@ -48,8 +48,7 @@ class InvokeInst; enum LocResult { Yes, No, Unknown }; - LocResult (*isLocation)(ImmutableCallSite CS, - const AliasAnalysis::Location &Loc); + LocResult (*isLocation)(ImmutableCallSite CS, const MemoryLocation &Loc); }; /// LibCallFunctionInfo - Each record in the array of FunctionInfo structs @@ -207,7 +206,7 @@ class InvokeInst; llvm_unreachable("invalid enum"); } - bool canSimplifyInvokeNoUnwind(const InvokeInst *II); + bool canSimplifyInvokeNoUnwind(const Function *F); } // end namespace llvm |