diff options
author | Nico Weber <nicolasweber@gmx.de> | 2015-09-15 18:49:51 +0000 |
---|---|---|
committer | Nico Weber <nicolasweber@gmx.de> | 2015-09-15 18:49:51 +0000 |
commit | cfb6f45168d1510783eb4b8ba1bc6e3d5440adb4 (patch) | |
tree | 972b54adf418016d5f04e2785779515527994118 /clang/test/CodeGenObjC | |
parent | 6c15ec49ede56932382b24eaaaa851f79d3cca78 (diff) | |
download | bcm5719-llvm-cfb6f45168d1510783eb4b8ba1bc6e3d5440adb4.tar.gz bcm5719-llvm-cfb6f45168d1510783eb4b8ba1bc6e3d5440adb4.zip |
Rebase tests after LLVM r247707.
llvm-svn: 247712
Diffstat (limited to 'clang/test/CodeGenObjC')
-rw-r--r-- | clang/test/CodeGenObjC/exceptions.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenObjC/exceptions.m b/clang/test/CodeGenObjC/exceptions.m index 075b714f29e..56c9a0e907b 100644 --- a/clang/test/CodeGenObjC/exceptions.m +++ b/clang/test/CodeGenObjC/exceptions.m @@ -124,7 +124,7 @@ void f3() { } // CHECK: call void @f3_helper(i32 4, i32* nonnull [[X]]) - // CHECK-NEXT: call void @llvm.lifetime.end(i64 4, i8* [[XPTR]]) + // CHECK-NEXT: call void @llvm.lifetime.end(i64 4, i8* nonnull [[XPTR]]) // CHECK-NEXT: ret void f3_helper(4, &x); } |