]> granicus.if.org Git - clang/commitdiff
Tweak clang/test/CodeGenCXX/debug-info-line.cpp for -Asserts.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 5 Feb 2015 01:02:34 +0000 (01:02 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 5 Feb 2015 01:02:34 +0000 (01:02 +0000)
  CHECK: call {{.*}}src

matched

  %call = invoke dereferenceable(4) i32* @_Z3srcv()

I don't think it was intentional.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@228245 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenCXX/debug-info-line.cpp

index c8d85e683620ac4a370e6bab6dd9a485a6899d56..f6ce53e2e3243a1fa92f684750d0670e6b6accb9 100644 (file)
@@ -267,7 +267,7 @@ void f22() {
   {
     f22_dtor f;
     src();
-// CHECK: call {{.*}}src
+// CHECK: invoke {{.*}}src
 // CHECK: call {{.*}}, !dbg [[DBG_F22:![0-9]*]]
 // CHECK: call {{.*}}, !dbg [[DBG_F22]]
 #line 2400