diff options
| author | Dehao Chen <dehao@google.com> | 2016-10-19 01:18:25 +0000 |
|---|---|---|
| committer | Dehao Chen <dehao@google.com> | 2016-10-19 01:18:25 +0000 |
| commit | 95fc43143d74742b44d6361a16af3bf424471e79 (patch) | |
| tree | 80a9558607ae626b1737ad1868e923563adc1402 /llvm/test/DebugInfo | |
| parent | 490fda33663001f1523e206f2c9363ccf560c198 (diff) | |
| download | bcm5719-llvm-95fc43143d74742b44d6361a16af3bf424471e79.tar.gz bcm5719-llvm-95fc43143d74742b44d6361a16af3bf424471e79.zip | |
Revert r284545 again as the regression in ppc still exists. There is bug in MBPI exposed by th patch.
Also update the section.ll to fix non-x86 failure.
llvm-svn: 284563
Diffstat (limited to 'llvm/test/DebugInfo')
| -rw-r--r-- | llvm/test/DebugInfo/COFF/pieces.ll | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/DebugInfo/COFF/pieces.ll b/llvm/test/DebugInfo/COFF/pieces.ll index bd2551a2110..8863658af8a 100644 --- a/llvm/test/DebugInfo/COFF/pieces.ll +++ b/llvm/test/DebugInfo/COFF/pieces.ll @@ -37,11 +37,11 @@ ; ASM-LABEL: loop_csr: # @loop_csr ; ASM: #DEBUG_VALUE: loop_csr:o [bit_piece offset=0 size=32] <- 0 ; ASM: #DEBUG_VALUE: loop_csr:o [bit_piece offset=32 size=32] <- 0 -; ASM: # BB#2: # %for.body.preheader +; ASM: # BB#1: # %for.body.preheader ; ASM: xorl %edi, %edi ; ASM: xorl %esi, %esi ; ASM: .p2align 4, 0x90 -; ASM: .LBB0_3: # %for.body +; ASM: .LBB0_2: # %for.body ; ASM: [[ox_start:\.Ltmp[0-9]+]]: ; ASM: #DEBUG_VALUE: loop_csr:o [bit_piece offset=0 size=32] <- %EDI ; ASM: .cv_loc 0 1 13 11 # t.c:13:11 @@ -57,7 +57,7 @@ ; ASM: movl %eax, %esi ; ASM: #DEBUG_VALUE: loop_csr:o [bit_piece offset=32 size=32] <- %ESI ; ASM: cmpl n(%rip), %eax -; ASM: jl .LBB0_3 +; ASM: jl .LBB0_2 ; ASM: [[oy_end:\.Ltmp[0-9]+]]: ; ASM: addl %edi, %esi ; ASM: movl %esi, %eax |

