diff options
Diffstat (limited to 'test/DebugInfo/X86/dbg-const.ll')
-rw-r--r-- | test/DebugInfo/X86/dbg-const.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/DebugInfo/X86/dbg-const.ll b/test/DebugInfo/X86/dbg-const.ll index 12dc154..300c1ee 100644 --- a/test/DebugInfo/X86/dbg-const.ll +++ b/test/DebugInfo/X86/dbg-const.ll @@ -13,7 +13,7 @@ target triple = "x86_64-apple-darwin10.0.0" -;CHECK: ## DW_OP_constu +;CHECK: ## DW_OP_consts ;CHECK-NEXT: .byte 42 define i32 @foobar() nounwind readonly noinline ssp { entry: |