diff options
author | Reid Kleckner <reid@kleckner.net> | 2015-04-10 17:53:39 +0000 |
---|---|---|
committer | Reid Kleckner <reid@kleckner.net> | 2015-04-10 17:53:39 +0000 |
commit | 7553a4bca08767c2b80a8365f86ff36619815088 (patch) | |
tree | 7f36cffa7bfe1116cd3594b17d07cc66e448b4dc /clang/test/CodeGen/exceptions-seh-finally.c | |
parent | a4800720b01e6b6e88972a4d00921c0b615b75bf (diff) | |
download | bcm5719-llvm-7553a4bca08767c2b80a8365f86ff36619815088.tar.gz bcm5719-llvm-7553a4bca08767c2b80a8365f86ff36619815088.zip |
Really fix exceptions-seh-finally.c
llvm-svn: 234616
Diffstat (limited to 'clang/test/CodeGen/exceptions-seh-finally.c')
-rw-r--r-- | clang/test/CodeGen/exceptions-seh-finally.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/exceptions-seh-finally.c b/clang/test/CodeGen/exceptions-seh-finally.c index b71eb492965..a594aaac051 100644 --- a/clang/test/CodeGen/exceptions-seh-finally.c +++ b/clang/test/CodeGen/exceptions-seh-finally.c @@ -152,7 +152,7 @@ int finally_with_return() { } } // CHECK-LABEL: define i32 @finally_with_return() -// CHECK-NEXT: %[[fp:[^ ]*]] = call i8* @llvm.frameaddress(i32 0) +// CHECK: %[[fp:[^ ]*]] = call i8* @llvm.frameaddress(i32 0) // CHECK-NEXT: call void @"\01?fin$0@0@finally_with_return@@"(i1 zeroext false, i8* %[[fp]]) // CHECK-NEXT: ret i32 42 |