diff options
author | Eric Christopher <echristo@gmail.com> | 2014-05-21 00:02:50 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2014-05-21 00:02:50 +0000 |
commit | a6342c581ecc4ad1a6f491ee3aee013d4ab4c3dc (patch) | |
tree | 076e1b1431fa3bf2087c841804ddd00ebe3fcdd5 /llvm/test/DebugInfo/X86/debug-dead-local-var.ll | |
parent | 4015e124e3c05cec9d65409708eeea1470aaf4a7 (diff) | |
download | bcm5719-llvm-a6342c581ecc4ad1a6f491ee3aee013d4ab4c3dc.tar.gz bcm5719-llvm-a6342c581ecc4ad1a6f491ee3aee013d4ab4c3dc.zip |
Add a comment here.
llvm-svn: 209262
Diffstat (limited to 'llvm/test/DebugInfo/X86/debug-dead-local-var.ll')
-rw-r--r-- | llvm/test/DebugInfo/X86/debug-dead-local-var.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/DebugInfo/X86/debug-dead-local-var.ll b/llvm/test/DebugInfo/X86/debug-dead-local-var.ll index 798b6df6a81..64f0b2a9e40 100644 --- a/llvm/test/DebugInfo/X86/debug-dead-local-var.ll +++ b/llvm/test/DebugInfo/X86/debug-dead-local-var.ll @@ -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; ; } |