diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/block-placement.ll')
| -rw-r--r-- | llvm/test/CodeGen/X86/block-placement.ll | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/block-placement.ll b/llvm/test/CodeGen/X86/block-placement.ll index e2604c2cb6e..38d3062cb55 100644 --- a/llvm/test/CodeGen/X86/block-placement.ll +++ b/llvm/test/CodeGen/X86/block-placement.ll @@ -105,11 +105,10 @@ define i32 @test_nested_loop_align(i32 %i, i32* %a, i32* %b) { ; CHECK: test_nested_loop_align: ; CHECK: %entry ; CHECK: .align [[ALIGN]], -; CHECK-NEXT: %loop.body.1 +; CHECK-NEXT: %loop.body.2 ; CHECK: .align [[ALIGN]], ; CHECK-NEXT: %inner.loop.body ; CHECK-NOT: .align -; CHECK: %loop.body.2 ; CHECK: %exit entry: |

