diff options
author | Bill Wendling <isanbard@gmail.com> | 2013-02-27 00:06:04 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2013-02-27 00:06:04 +0000 |
commit | 2386bb130cd798eca62507bcc01e1fb350bf9a04 (patch) | |
tree | b12abbdaa9139790ec4d5da863494d44d6cd5676 /clang/test/CodeGenObjC/gnu-exceptions.m | |
parent | 4a7bf49bd410d85299b6a4cdf60b50007e516a57 (diff) | |
download | bcm5719-llvm-2386bb130cd798eca62507bcc01e1fb350bf9a04.tar.gz bcm5719-llvm-2386bb130cd798eca62507bcc01e1fb350bf9a04.zip |
Reapply r176133 with testcase fixes.
llvm-svn: 176145
Diffstat (limited to 'clang/test/CodeGenObjC/gnu-exceptions.m')
-rw-r--r-- | clang/test/CodeGenObjC/gnu-exceptions.m | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/clang/test/CodeGenObjC/gnu-exceptions.m b/clang/test/CodeGenObjC/gnu-exceptions.m index 3df92ef1dbb..4a046e21347 100644 --- a/clang/test/CodeGenObjC/gnu-exceptions.m +++ b/clang/test/CodeGenObjC/gnu-exceptions.m @@ -6,7 +6,7 @@ void log(int i); @class C; -// CHECK: define void @test0() #0 { +// CHECK: define void @test0() { void test0() { @try { // CHECK: invoke void @opaque() @@ -30,6 +30,3 @@ void test0() { log(1); } - -// CHECK: attributes #0 = { "target-features"={{.*}} } -// CHECK: attributes #1 = { nounwind readnone } |