summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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