]> granicus.if.org Git - clang/commit
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)
commit9b7c280adaf02f7b4919a73b6d86ce084884a385
tree0b46c482ab8f28d1f5f9f6f41d2bb77150a75cf0
parentf63708df94c2908175fd7a24e2a7ba4e12673730
Tweak clang/test/CodeGenCXX/debug-info-line.cpp for -Asserts.

  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