Clean up the processing of dbg.value in various places
[oota-llvm.git] / test / DebugInfo / X86 / vla.ll
index f3f4d9910027ebb7b5f006c016e021e30ec808c0..5a25f021894ea9d2b9286c456781cda9c52109a2 100644 (file)
@@ -1,6 +1,6 @@
 ; RUN: llc -O0 -mtriple=x86_64-apple-darwin -filetype=asm %s -o - | FileCheck %s
 ; Ensure that we generate an indirect location for the variable length array a.
-; CHECK: ##DEBUG_VALUE: vla:a <- %RDX
+; CHECK: ##DEBUG_VALUE: vla:a <- [%RDX+0]
 ; CHECK: DW_OP_breg1
 ; rdar://problem/13658587
 ;