diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/code_placement_loop_rotation3.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/code_placement_loop_rotation3.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/code_placement_loop_rotation3.ll b/llvm/test/CodeGen/X86/code_placement_loop_rotation3.ll index 6a5b743ef8a..b3f06b7cf48 100644 --- a/llvm/test/CodeGen/X86/code_placement_loop_rotation3.ll +++ b/llvm/test/CodeGen/X86/code_placement_loop_rotation3.ll @@ -1,4 +1,4 @@ -; RUN: llc -mcpu=corei7 -mtriple=x86_64-linux -force-precise-rotation-cost < %s | FileCheck %s -check-prefix=CHECK +; RUN: llc -mcpu=corei7 -mtriple=x86_64-linux -force-precise-rotation-cost < %s | FileCheck %s define void @bar() { ; Test that all edges in the loop chain are fall through with profile data. |