summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen
diff options
context:
space:
mode:
authorDehao Chen <dehao@google.com>2015-10-30 05:08:43 +0000
committerDehao Chen <dehao@google.com>2015-10-30 05:08:43 +0000
commitbd3c94e84b0b56facc657c9aef9241f7717efb09 (patch)
tree19092517adc723b705381f531b12d6caeb98ec83 /clang/test/CodeGen
parent328085f3250dcb86464b06017132edadd93c6b1b (diff)
downloadbcm5719-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')
-rw-r--r--clang/test/CodeGen/debug-info-scope.c4
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
OpenPOWER on IntegriCloud