From 110260377ad3156467a107f6f7b2544ed3b2d173 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Wed, 21 May 2014 00:02:50 +0000 Subject: [PATCH] Add a comment here. 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/test/DebugInfo/X86/debug-dead-local-var.ll b/test/DebugInfo/X86/debug-dead-local-var.ll index 798b6df6a81..64f0b2a9e40 100644 --- a/test/DebugInfo/X86/debug-dead-local-var.ll +++ b/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; ; }