diff options
| author | Adrian Prantl <aprantl@apple.com> | 2016-11-16 19:31:44 +0000 |
|---|---|---|
| committer | Adrian Prantl <aprantl@apple.com> | 2016-11-16 19:31:44 +0000 |
| commit | 001c67899248eea18b58253d96381a918160b2a6 (patch) | |
| tree | 0ea6fe80566da3d77805504a4d65a7d6da1a521a | |
| parent | 87ff6fef0f402df7ef2e624038732d2f051e604e (diff) | |
| download | bcm5719-llvm-001c67899248eea18b58253d96381a918160b2a6.tar.gz bcm5719-llvm-001c67899248eea18b58253d96381a918160b2a6.zip | |
Relax testcase.
This removes checks that are irrelevant for what is being tested.
llvm-svn: 287141
| -rw-r--r-- | clang/test/CodeGenCXX/debug-info-thunk-msabi.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/clang/test/CodeGenCXX/debug-info-thunk-msabi.cpp b/clang/test/CodeGenCXX/debug-info-thunk-msabi.cpp index 4f4be3f3cdd..5c705ac0ac1 100644 --- a/clang/test/CodeGenCXX/debug-info-thunk-msabi.cpp +++ b/clang/test/CodeGenCXX/debug-info-thunk-msabi.cpp @@ -6,9 +6,9 @@ class __declspec(dllexport) A { // CHECK: define {{.*}}void @"\01??_FA@@AAEXXZ" // CHECK-SAME: !dbg ![[SP:[0-9]+]] // CHECK-NOT: {{ret }} -// CHECK: call x86_thiscallcc %class.A* @"\01??0A@@AAE@PAH@Z"(%class.A* %this1, i32* %0) +// CHECK: call x86_thiscallcc %class.A* @"\01??0A@@AAE@PAH@Z" // CHECK-SAME: !dbg ![[DBG:[0-9]+]] -// CHECK: ret void, !dbg ![[DBG1:[0-9]+]] +// CHECK: ret void, !dbg // // CHECK: ![[SP]] = distinct !DISubprogram( // CHECK-SAME: line: 4 @@ -16,5 +16,4 @@ class __declspec(dllexport) A { // CHECK-SAME: DIFlagArtificial // CHECK-SAME: ){{$}} // -// CHECK: ![[DBG1]] = !DILocation(line: 0 // CHECK: ![[DBG]] = !DILocation(line: 0 |

