diff options
author | Mandeep Singh Grang <mgrang@codeaurora.org> | 2016-04-19 23:51:52 +0000 |
---|---|---|
committer | Mandeep Singh Grang <mgrang@codeaurora.org> | 2016-04-19 23:51:52 +0000 |
commit | 029a0567fa9f2e280a1ff7641bfe0c5a87f14922 (patch) | |
tree | 0a1c778578782fc8e401020fceb8b62e4dfcadd6 /llvm/test/CodeGen/X86/code_placement_loop_rotation.ll | |
parent | ef2e7b4819ed00e9da15f0e875b25125d7bba6cc (diff) | |
download | bcm5719-llvm-029a0567fa9f2e280a1ff7641bfe0c5a87f14922.tar.gz bcm5719-llvm-029a0567fa9f2e280a1ff7641bfe0c5a87f14922.zip |
[LLVM] Remove unwanted --check-prefix=CHECK from unit tests. NFC.
Summary: Removed unwanted --check-prefix=CHECK from numerous unit tests.
Reviewers: t.p.northover, dblaikie, uweigand, MatzeB, tstellarAMD, mcrosier
Subscribers: mcrosier, dsanders
Differential Revision: http://reviews.llvm.org/D19279
llvm-svn: 266834
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() { |