diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/code_placement_loop_rotation.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/code_placement_loop_rotation.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/code_placement_loop_rotation.ll b/llvm/test/CodeGen/X86/code_placement_loop_rotation.ll index 3ec5961486e..96fbc813899 100644 --- a/llvm/test/CodeGen/X86/code_placement_loop_rotation.ll +++ b/llvm/test/CodeGen/X86/code_placement_loop_rotation.ll @@ -1,4 +1,4 @@ -; RUN: llc -mcpu=corei7 -mtriple=x86_64-linux < %s | FileCheck %s -check-prefix=CHECK +; RUN: llc -mcpu=corei7 -mtriple=x86_64-linux < %s | FileCheck %s ; RUN: llc -mcpu=corei7 -mtriple=x86_64-linux -precise-rotation-cost < %s | FileCheck %s -check-prefix=CHECK-PROFILE define void @foo() { |