summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/code_placement_loop_rotation.ll
diff options
context:
space:
mode:
authorMandeep Singh Grang <mgrang@codeaurora.org>2016-04-19 23:51:52 +0000
committerMandeep Singh Grang <mgrang@codeaurora.org>2016-04-19 23:51:52 +0000
commit029a0567fa9f2e280a1ff7641bfe0c5a87f14922 (patch)
tree0a1c778578782fc8e401020fceb8b62e4dfcadd6 /llvm/test/CodeGen/X86/code_placement_loop_rotation.ll
parentef2e7b4819ed00e9da15f0e875b25125d7bba6cc (diff)
downloadbcm5719-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.ll2
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() {
OpenPOWER on IntegriCloud