From faf98904b7442c8054b291c2e1ee30226abc0313 Mon Sep 17 00:00:00 2001 From: Vladimir Medic Date: Wed, 10 Jul 2013 12:27:25 +0000 Subject: Reverting commit r185999 due to buildboot failure. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186001 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/MC/Mips/mips_directives.s | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'test/MC/Mips/mips_directives.s') 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 -- cgit v1.1