diff options
| -rw-r--r-- | clang/test/CodeGenCXX/attr-cleanup.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/attr-cleanup.cpp b/clang/test/CodeGenCXX/attr-cleanup.cpp index 03f9481470e..1829df8fced 100644 --- a/clang/test/CodeGenCXX/attr-cleanup.cpp +++ b/clang/test/CodeGenCXX/attr-cleanup.cpp @@ -5,7 +5,7 @@ namespace N { }
int main(void) {
- // CHECK: call void @_ZN1N4freeEPv(i8* %0)
+ // CHECK: call void @_ZN1N4freeEPv
void *fp __attribute__((cleanup(N::free)));
return 0;
}
|

