diff options
author | Vladimir Medic <Vladimir.Medic@imgtec.com> | 2013-07-10 12:27:25 +0000 |
---|---|---|
committer | Vladimir Medic <Vladimir.Medic@imgtec.com> | 2013-07-10 12:27:25 +0000 |
commit | faf98904b7442c8054b291c2e1ee30226abc0313 (patch) | |
tree | 9d6f3f154f64e4bf8880ab89d7113b44162d65ed /test/MC/Mips/mips_directives.s | |
parent | 296c1534b4ad835c6d9280145b63ca2b25831228 (diff) | |
download | external_llvm-faf98904b7442c8054b291c2e1ee30226abc0313.zip external_llvm-faf98904b7442c8054b291c2e1ee30226abc0313.tar.gz external_llvm-faf98904b7442c8054b291c2e1ee30226abc0313.tar.bz2 |
Reverting commit r185999 due to buildboot failure.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186001 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/MC/Mips/mips_directives.s')
-rw-r--r-- | test/MC/Mips/mips_directives.s | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/test/MC/Mips/mips_directives.s b/test/MC/Mips/mips_directives.s index c29806a..bbb2616 100644 --- a/test/MC/Mips/mips_directives.s +++ b/test/MC/Mips/mips_directives.s @@ -41,15 +41,5 @@ $JTI0_0: .set f6,$f6 # CHECK: abs.s $f6, $f7 # encoding: [0x46,0x00,0x39,0x85] # CHECK: and $3, $15, $15 # encoding: [0x01,0xef,0x18,0x24] -# CHECK: break # encoding: [0x00,0x00,0x00,0x0d] -# CHECK: break 7, 0 # encoding: [0x00,0x07,0x00,0x0d] -# CHECK: break 7, 5 # encoding: [0x00,0x07,0x01,0x4d] -# CHECK: syscall # encoding: [0x00,0x00,0x00,0x0c] -# CHECK: syscall 13396 # encoding: [0x00,0x0d,0x15,0x0c] abs.s f6,FPU_MASK and r3,$t7,STORE_MASK - break - break 7 - break 7,5 - syscall - syscall 0x3454 |