From: Dehao Chen Date: Fri, 30 Oct 2015 05:08:43 +0000 (+0000) Subject: Update debug-info-scope test to remove "FIXME", which is fixed in r251689 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=23540878b152ae6313547efbbb3c74b028afa28d;p=clang Update debug-info-scope test to remove "FIXME", which is fixed in r251689 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@251691 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/debug-info-scope.c b/test/CodeGen/debug-info-scope.c index fbfd59cdbf..af4b49b8fc 100644 --- a/test/CodeGen/debug-info-scope.c +++ b/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