diff options
Diffstat (limited to 'llvm/test/DebugInfo/X86/array.ll')
| -rw-r--r-- | llvm/test/DebugInfo/X86/array.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/DebugInfo/X86/array.ll b/llvm/test/DebugInfo/X86/array.ll index 3e0180e62d5..a50a44cfb95 100644 --- a/llvm/test/DebugInfo/X86/array.ll +++ b/llvm/test/DebugInfo/X86/array.ll @@ -16,8 +16,8 @@ ; Test that we only emit register-indirect locations for the array array. ; rdar://problem/14874886 ; -; CHECK: ##DEBUG_VALUE: main:array <- [R{{.*}}+0] -; CHECK-NOT: ##DEBUG_VALUE: main:array <- R{{.*}} +; CHECK: ##DEBUG_VALUE: main:array <- [%R{{.*}}+0] +; CHECK-NOT: ##DEBUG_VALUE: main:array <- %R{{.*}} target datalayout = "e-m:o-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-apple-macosx10.9.0" |

