diff options
| author | Reid Kleckner <reid@kleckner.net> | 2015-04-10 17:45:23 +0000 |
|---|---|---|
| committer | Reid Kleckner <reid@kleckner.net> | 2015-04-10 17:45:23 +0000 |
| commit | 865c2ca882015dedac711e72206bccc309c48c98 (patch) | |
| tree | 67655e5976d38481b4c8439fab29338bef3e3167 | |
| parent | 11859afd5fe485e95d73eaffebb26024d372ac3c (diff) | |
| download | bcm5719-llvm-865c2ca882015dedac711e72206bccc309c48c98.tar.gz bcm5719-llvm-865c2ca882015dedac711e72206bccc309c48c98.zip | |
Try to fix exceptions-seh-finally.c
llvm-svn: 234614
| -rw-r--r-- | clang/test/CodeGen/exceptions-seh-finally.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/test/CodeGen/exceptions-seh-finally.c b/clang/test/CodeGen/exceptions-seh-finally.c index a315379d525..b71eb492965 100644 --- a/clang/test/CodeGen/exceptions-seh-finally.c +++ b/clang/test/CodeGen/exceptions-seh-finally.c @@ -152,8 +152,6 @@ int finally_with_return() { } } // CHECK-LABEL: define i32 @finally_with_return() -// CHECK: alloca i32 -// CHECK-NEXT: store i32 // CHECK-NEXT: %[[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 |

