summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/X86/debug-dead-local-var.ll
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2014-05-21 00:02:50 +0000
committerEric Christopher <echristo@gmail.com>2014-05-21 00:02:50 +0000
commita6342c581ecc4ad1a6f491ee3aee013d4ab4c3dc (patch)
tree076e1b1431fa3bf2087c841804ddd00ebe3fcdd5 /llvm/test/DebugInfo/X86/debug-dead-local-var.ll
parent4015e124e3c05cec9d65409708eeea1470aaf4a7 (diff)
downloadbcm5719-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.ll1
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;
; }
OpenPOWER on IntegriCloud