summaryrefslogtreecommitdiff
path: root/test/MC/Mips
diff options
context:
space:
mode:
authorJack Carter <jcarter@mips.com>2013-01-18 20:15:06 +0000
committerJack Carter <jcarter@mips.com>2013-01-18 20:15:06 +0000
commite72fac60e3dbcf14ec68cedc1e86feafec1652eb (patch)
tree76d9989df05338bd32a35b2b0db4c0c4ba889190 /test/MC/Mips
parent39dff2134813145043bf96e08216a6dce4a41efe (diff)
downloadllvm-e72fac60e3dbcf14ec68cedc1e86feafec1652eb.tar.gz
llvm-e72fac60e3dbcf14ec68cedc1e86feafec1652eb.tar.bz2
llvm-e72fac60e3dbcf14ec68cedc1e86feafec1652eb.tar.xz
This is a resubmittal. For some reason it broke the bots yesterday
but I cannot reproduce the problem and have scrubed my sources and even tested with llvm-lit -v --vg. Removal of redundant code and formatting fixes. Contributers: Jack Carter/Vladimir Medic git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172842 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/MC/Mips')
-rw-r--r--test/MC/Mips/mips-coprocessor-encodings.s3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/MC/Mips/mips-coprocessor-encodings.s b/test/MC/Mips/mips-coprocessor-encodings.s
index bad9163ba9..3d638c3ac9 100644
--- a/test/MC/Mips/mips-coprocessor-encodings.s
+++ b/test/MC/Mips/mips-coprocessor-encodings.s
@@ -1,4 +1,5 @@
-# RUN: llvm-mc %s -triple=mips64-unknown-freebsd -show-encoding | FileCheck --check-prefix=MIPS64 %s
+# RUN: llvm-mc %s -triple=mips64-unknown-freebsd -show-encoding \
+# RUN:| FileCheck --check-prefix=MIPS64 %s
# MIPS64: dmtc0 $12, $16, 2 # encoding: [0x40,0xac,0x80,0x02]
# MIPS64: dmtc0 $12, $16, 0 # encoding: [0x40,0xac,0x80,0x00]