diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/code_placement_loop_rotation2.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/code_placement_loop_rotation2.ll | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/test/CodeGen/X86/code_placement_loop_rotation2.ll b/llvm/test/CodeGen/X86/code_placement_loop_rotation2.ll index cdf2fb05a73..925f880b4fc 100644 --- a/llvm/test/CodeGen/X86/code_placement_loop_rotation2.ll +++ b/llvm/test/CodeGen/X86/code_placement_loop_rotation2.ll @@ -5,13 +5,13 @@ define void @foo() { ; Test a nested loop case when profile data is not available. ; ; CHECK-LABEL: foo: -; CHECK: callq g -; CHECK: callq h ; CHECK: callq b -; CHECK: callq e -; CHECK: callq f ; CHECK: callq c ; CHECK: callq d +; CHECK: callq e +; CHECK: callq f +; CHECK: callq g +; CHECK: callq h entry: br label %header |