diff options
author | Akira Hatanaka <ahatanaka@mips.com> | 2012-08-22 02:51:28 +0000 |
---|---|---|
committer | Akira Hatanaka <ahatanaka@mips.com> | 2012-08-22 02:51:28 +0000 |
commit | 9d957842e1f6391c23ba70a5dc7d4dde76cb5ff9 (patch) | |
tree | ed3e117bf04bbde26ed49200be9108e2ea2d8591 /llvm/test/MC/Mips/multi-64bit-func.ll | |
parent | 98b771ecc2b18972b3d653451268a0703d09b49d (diff) | |
download | bcm5719-llvm-9d957842e1f6391c23ba70a5dc7d4dde76cb5ff9.tar.gz bcm5719-llvm-9d957842e1f6391c23ba70a5dc7d4dde76cb5ff9.zip |
Add option disable-mips-delay-filler. Turn on mips' delay slot filler by
default.
Patch by Carl Norum.
llvm-svn: 162339
Diffstat (limited to 'llvm/test/MC/Mips/multi-64bit-func.ll')
-rw-r--r-- | llvm/test/MC/Mips/multi-64bit-func.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/MC/Mips/multi-64bit-func.ll b/llvm/test/MC/Mips/multi-64bit-func.ll index 6e0d784e07f..83577aa1628 100644 --- a/llvm/test/MC/Mips/multi-64bit-func.ll +++ b/llvm/test/MC/Mips/multi-64bit-func.ll @@ -1,8 +1,8 @@ ; There is no real check here. If the test doesn't ; assert it passes. -; RUN: llc -march=mips64el -filetype=obj -mcpu=mips64r2 < %s +; RUN: llc -march=mips64el -filetype=obj -mcpu=mips64r2 -disable-mips-delay-filler < %s ; Run it again without extra nop in delay slot -; RUN: llc -march=mips64el -filetype=obj -mcpu=mips64r2 -enable-mips-delay-filler < %s +; RUN: llc -march=mips64el -filetype=obj -mcpu=mips64r2 < %s define i32 @bosco1(i32 %x) nounwind readnone { entry: |