diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2015-02-05 01:02:34 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2015-02-05 01:02:34 +0000 |
| commit | b1980e63d7f45600e773e635776ecf4c99275d83 (patch) | |
| tree | e74daa4c80872d8fb210ea18ae0fab5bf392228b | |
| parent | 0e1fe184c8abcd4193ea678497978731f8289db0 (diff) | |
| download | bcm5719-llvm-b1980e63d7f45600e773e635776ecf4c99275d83.tar.gz bcm5719-llvm-b1980e63d7f45600e773e635776ecf4c99275d83.zip | |
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.
llvm-svn: 228245
| -rw-r--r-- | clang/test/CodeGenCXX/debug-info-line.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/debug-info-line.cpp b/clang/test/CodeGenCXX/debug-info-line.cpp index c8d85e68362..f6ce53e2e32 100644 --- a/clang/test/CodeGenCXX/debug-info-line.cpp +++ b/clang/test/CodeGenCXX/debug-info-line.cpp @@ -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 |

