diff options
author | Devang Patel <dpatel@apple.com> | 2011-01-07 22:33:41 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2011-01-07 22:33:41 +0000 |
commit | 51a666f0e50a34b74212db9c5814153c885153a5 (patch) | |
tree | f6d7872a4050baa5c13ad2ece851c4726d8ab914 /test/CodeGen/X86/2010-05-28-Crash.ll | |
parent | 6a6623c596fc12f64c813ea14a006ac6da3e33fe (diff) |
Speculatively revert r123032.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123039 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/2010-05-28-Crash.ll')
-rw-r--r-- | test/CodeGen/X86/2010-05-28-Crash.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2010-05-28-Crash.ll b/test/CodeGen/X86/2010-05-28-Crash.ll index b504badc2e..80643d0792 100644 --- a/test/CodeGen/X86/2010-05-28-Crash.ll +++ b/test/CodeGen/X86/2010-05-28-Crash.ll @@ -39,5 +39,6 @@ entry: !13 = metadata !{i32 7, i32 0, metadata !14, null} !14 = metadata !{i32 524299, metadata !8, i32 6, i32 0} ; [ DW_TAG_lexical_block ] -;CHECK:Ltmp8 +;CHECK: DEBUG_VALUE: bar:x <- EBX+0 +;CHECK-NEXT:Ltmp ;CHECK-NEXT: DEBUG_VALUE: foo:y <- 1+0 |