Update DebugInfo tests for the change in DEBUG_VALUE output in r253338.
[oota-llvm.git] / test / DebugInfo / X86 / vla.ll
index 68d40ae5d33becfea4ae078c21a56f89b0c0b6fb..f3f4d9910027ebb7b5f006c016e021e30ec808c0 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
 ; CHECK: DW_OP_breg1
 ; rdar://problem/13658587
 ;