diff options
author | Evan Cheng <evan.cheng@apple.com> | 2008-05-30 22:47:19 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2008-05-30 22:47:19 +0000 |
commit | 652f7ea955bb433d6b7a4d33685dca9485fd7b8b (patch) | |
tree | 0767e9795827970bb39980558044dfd47703795c /include/llvm/Analysis/LibCallSemantics.h | |
parent | 8666cc3b99cccef39281c715754e551a2b14363d (diff) |
Revert 51775.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51795 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Analysis/LibCallSemantics.h')
-rw-r--r-- | include/llvm/Analysis/LibCallSemantics.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Analysis/LibCallSemantics.h b/include/llvm/Analysis/LibCallSemantics.h index 72de39211a..74e8401a1f 100644 --- a/include/llvm/Analysis/LibCallSemantics.h +++ b/include/llvm/Analysis/LibCallSemantics.h @@ -47,7 +47,7 @@ namespace llvm { enum LocResult { Yes, No, Unknown }; - LocResult (*isLocation)(CallSite cs, const Value *Ptr, unsigned Size); + LocResult (*isLocation)(CallSite CS, const Value *Ptr, unsigned Size); }; /// LibCallFunctionInfo - Each record in the array of FunctionInfo structs |