diff options
Diffstat (limited to 'clang/test/CodeGen/debug-info-scope.c')
-rw-r--r-- | clang/test/CodeGen/debug-info-scope.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/clang/test/CodeGen/debug-info-scope.c b/clang/test/CodeGen/debug-info-scope.c index fbfd59cdbf8..af4b49b8fcf 100644 --- a/clang/test/CodeGen/debug-info-scope.c +++ b/clang/test/CodeGen/debug-info-scope.c @@ -8,10 +8,6 @@ int main() { // CHECK: !DILocalVariable(name: "i" // CHECK-NEXT: !DILexicalBlock( -// FIXME: Looks like we don't actually need both these lexical blocks (disc 2 -// just refers to disc 1, nothing actually uses disc 2). -// GMLT-NOT: !DILexicalBlock -// GMLT: !DILexicalBlockFile({{.*}}, discriminator: 2) // GMLT-NOT: !DILexicalBlock // GMLT: !DILexicalBlockFile({{.*}}, discriminator: 1) // Make sure we don't have any more lexical blocks because we don't need them in |