diff options
Diffstat (limited to 'llvm/test')
| -rw-r--r-- | llvm/test/MC/Mips/double-expand.s | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/llvm/test/MC/Mips/double-expand.s b/llvm/test/MC/Mips/double-expand.s new file mode 100644 index 00000000000..1c7c6a30721 --- /dev/null +++ b/llvm/test/MC/Mips/double-expand.s @@ -0,0 +1,10 @@ +# RUN: llvm-mc -triple=mipsel-unknown-linux < %s | FileCheck %s +# RUN: llvm-mc -triple=mipsel-unknown-linux < %s | \ +# RUN: llvm-mc -triple=mipsel-unknown-linux | FileCheck %s + +# CHECK: bnez $2, foo +# CHECK: nop +# CHECK-NOT: nop + + .text + bnez $2, foo |

