[llvm] r209262 - Add a comment here.
Eric Christopher
echristo at gmail.com
Tue May 20 17:02:51 PDT 2014
Author: echristo
Date: Tue May 20 19:02:50 2014
New Revision: 209262
URL: http://llvm.org/viewvc/llvm-project?rev=209262&view=rev
Log:
Add a comment here.
Modified:
llvm/trunk/test/DebugInfo/X86/debug-dead-local-var.ll
Modified: llvm/trunk/test/DebugInfo/X86/debug-dead-local-var.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/X86/debug-dead-local-var.ll?rev=209262&r1=209261&r2=209262&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/X86/debug-dead-local-var.ll (original)
+++ llvm/trunk/test/DebugInfo/X86/debug-dead-local-var.ll Tue May 20 19:02:50 2014
@@ -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;
; }
More information about the llvm-commits
mailing list