diff options
author | Dehao Chen <dehao@google.com> | 2015-10-30 05:08:43 +0000 |
---|---|---|
committer | Dehao Chen <dehao@google.com> | 2015-10-30 05:08:43 +0000 |
commit | bd3c94e84b0b56facc657c9aef9241f7717efb09 (patch) | |
tree | 19092517adc723b705381f531b12d6caeb98ec83 /clang/test/CodeGen/debug-info-scope.c | |
parent | 328085f3250dcb86464b06017132edadd93c6b1b (diff) | |
download | bcm5719-llvm-bd3c94e84b0b56facc657c9aef9241f7717efb09.tar.gz bcm5719-llvm-bd3c94e84b0b56facc657c9aef9241f7717efb09.zip |
Update debug-info-scope test to remove "FIXME", which is fixed in r251689
llvm-svn: 251691
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 |