diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2015-01-18 16:17:27 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2015-01-18 16:17:27 +0000 |
commit | 67c32a98315f785a9ec9d531c1f571a0196c7463 (patch) | |
tree | 4abb9cbeecc7901726dd0b4a37369596c852e9ef /test/MC/Mips/unaligned-nops.s | |
parent | 9f61947910e6ab40de38e6b4034751ef1513200f (diff) | |
download | src-test2-vendor/llvm/llvm-release_360-r226102.tar.gz src-test2-vendor/llvm/llvm-release_360-r226102.zip |
Diffstat (limited to 'test/MC/Mips/unaligned-nops.s')
-rw-r--r-- | test/MC/Mips/unaligned-nops.s | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/MC/Mips/unaligned-nops.s b/test/MC/Mips/unaligned-nops.s new file mode 100644 index 000000000000..ebbbb40f4dc6 --- /dev/null +++ b/test/MC/Mips/unaligned-nops.s @@ -0,0 +1,4 @@ +# RUN: llvm-mc -filetype=obj -triple=mipsel %s -o %t +.byte 1 +.p2align 2 +foo: |