Add a comment here.
authorEric Christopher <echristo@gmail.com>
Wed, 21 May 2014 00:02:50 +0000 (00:02 +0000)
committerEric Christopher <echristo@gmail.com>
Wed, 21 May 2014 00:02:50 +0000 (00:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209262 91177308-0d34-0410-b5e6-96231b3b80d8

test/DebugInfo/X86/debug-dead-local-var.ll

index 798b6df6a81e29be84cc6977e15006b91cf65c7f..64f0b2a9e40f2d1a7a9021c04aa6db521229e835 100644 (file)
@@ -1,6 +1,7 @@
 ; RUN: llc -mtriple=x86_64-linux-gnu %s -filetype=obj -o %t
 ; RUN: llvm-dwarfdump %t | FileCheck %s
 
+; Reconstruct this via clang and -O2.
 ; static void foo() {
 ;   struct X { int a; int b; } xyz;
 ; }