summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/ARM/tls.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/DebugInfo/ARM/tls.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/DebugInfo/ARM/tls.ll')
-rw-r--r--llvm/test/DebugInfo/ARM/tls.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/ARM/tls.ll b/llvm/test/DebugInfo/ARM/tls.ll
index 9ab7515bc90..3ef51e87428 100644
--- a/llvm/test/DebugInfo/ARM/tls.ll
+++ b/llvm/test/DebugInfo/ARM/tls.ll
@@ -1,5 +1,5 @@
; RUN: llc -O0 -filetype=asm -mtriple=armv7-linux-gnuehabi < %s \
-; RUN: | FileCheck %s --check-prefix=CHECK
+; RUN: | FileCheck %s
; RUN: llc -O0 -filetype=asm -mtriple=armv7-linux-gnuehabi -emulated-tls < %s \
; RUN: | FileCheck %s --check-prefix=EMU
OpenPOWER on IntegriCloud