diff options
| author | John McCall <rjmccall@apple.com> | 2011-05-28 21:13:02 +0000 |
|---|---|---|
| committer | John McCall <rjmccall@apple.com> | 2011-05-28 21:13:02 +0000 |
| commit | 9b382dde92659070086dd5245d3484f49c0c14f7 (patch) | |
| tree | 6bbbe9fb5ec88d856f570196d01bb15b5b88e78f /clang/test/CodeGenCXX/arm.cpp | |
| parent | 6528a5494668a30172e6aa4b01acd8f574f917d8 (diff) | |
| download | bcm5719-llvm-9b382dde92659070086dd5245d3484f49c0c14f7.tar.gz bcm5719-llvm-9b382dde92659070086dd5245d3484f49c0c14f7.zip | |
Convert Clang over to resuming from landing pads with llvm.eh.resume.
It's quite likely that this will explode, but I need to know how. :)
llvm-svn: 132269
Diffstat (limited to 'clang/test/CodeGenCXX/arm.cpp')
| -rw-r--r-- | clang/test/CodeGenCXX/arm.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/CodeGenCXX/arm.cpp b/clang/test/CodeGenCXX/arm.cpp index f56b1552ce6..dcb27ce0dab 100644 --- a/clang/test/CodeGenCXX/arm.cpp +++ b/clang/test/CodeGenCXX/arm.cpp @@ -310,7 +310,7 @@ namespace test7 { // CHECK: call i8* @llvm.eh.exception() // CHECK: call void @__cxa_guard_abort(i32* @_ZGVZN5test74testEvE1x) - // CHECK: call void @_Unwind_Resume_or_Rethrow + // CHECK: call void @llvm.eh.resume( } } @@ -349,7 +349,7 @@ namespace test8 { // CHECK: call i8* @llvm.eh.exception() // CHECK: call void @__cxa_guard_abort(i32* @_ZGVZN5test84testEvE1x) - // CHECK: call void @_Unwind_Resume_or_Rethrow + // CHECK: call void @llvm.eh.resume( } } |

