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/DebugInfo/ARM/tls.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/DebugInfo/ARM/tls.ll')
| -rw-r--r-- | llvm/test/DebugInfo/ARM/tls.ll | 2 |
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 |

