diff options
| author | Jack Carter <jcarter@mips.com> | 2013-01-18 20:15:06 +0000 |
|---|---|---|
| committer | Jack Carter <jcarter@mips.com> | 2013-01-18 20:15:06 +0000 |
| commit | 86c2c564ff88e4877ef0c0d89a5dc04fccbc6ace (patch) | |
| tree | db523af372f98fd8b2d86ac1e1c718c5a0752eb5 /llvm/test | |
| parent | 4f8e3f5b6ac6836b17c666a1dd19e18cfbcdd23c (diff) | |
| download | bcm5719-llvm-86c2c564ff88e4877ef0c0d89a5dc04fccbc6ace.tar.gz bcm5719-llvm-86c2c564ff88e4877ef0c0d89a5dc04fccbc6ace.zip | |
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
llvm-svn: 172842
Diffstat (limited to 'llvm/test')
| -rw-r--r-- | llvm/test/MC/Mips/mips-coprocessor-encodings.s | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/MC/Mips/mips-coprocessor-encodings.s b/llvm/test/MC/Mips/mips-coprocessor-encodings.s index bad9163ba9f..3d638c3ac9c 100644 --- a/llvm/test/MC/Mips/mips-coprocessor-encodings.s +++ b/llvm/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] |

