diff options
| author | Toma Tabacu <toma.tabacu@imgtec.com> | 2015-06-05 12:19:27 +0000 |
|---|---|---|
| committer | Toma Tabacu <toma.tabacu@imgtec.com> | 2015-06-05 12:19:27 +0000 |
| commit | 399a56d771c49e23e5001016ffd881ef9eb5bc43 (patch) | |
| tree | b6b3e7cacdb97e21f8eb1aec699a3ea881131974 /llvm/test | |
| parent | 89ebf88ff30532c301ad9d9955354836ede2cd44 (diff) | |
| download | bcm5719-llvm-399a56d771c49e23e5001016ffd881ef9eb5bc43.tar.gz bcm5719-llvm-399a56d771c49e23e5001016ffd881ef9eb5bc43.zip | |
Revert "[mips] [IAS] Restore STI.FeatureBits in .set pop." (r239144).
This is breaking the Windows buildbots.
llvm-svn: 239145
Diffstat (limited to 'llvm/test')
| -rw-r--r-- | llvm/test/MC/Mips/set-push-pop-directives-bad.s | 9 | ||||
| -rw-r--r-- | llvm/test/MC/Mips/set-push-pop-directives.s | 17 |
2 files changed, 0 insertions, 26 deletions
diff --git a/llvm/test/MC/Mips/set-push-pop-directives-bad.s b/llvm/test/MC/Mips/set-push-pop-directives-bad.s index 8994eea1c8b..53d8b230815 100644 --- a/llvm/test/MC/Mips/set-push-pop-directives-bad.s +++ b/llvm/test/MC/Mips/set-push-pop-directives-bad.s @@ -12,12 +12,3 @@ # CHECK: :[[@LINE-1]]:19: error: unexpected token, expected end of statement .set pop bar # CHECK: :[[@LINE-1]]:18: error: unexpected token, expected end of statement - - .set hardfloat - .set push - .set softfloat - add.s $f2, $f2, $f2 -# CHECK: :[[@LINE-1]]:9: error: instruction requires a CPU feature not currently enabled - .set pop - add.s $f2, $f2, $f2 -# CHECK-NOT: :[[@LINE-1]]:9: error: instruction requires a CPU feature not currently enabled diff --git a/llvm/test/MC/Mips/set-push-pop-directives.s b/llvm/test/MC/Mips/set-push-pop-directives.s index 3a0b2aecc58..5f55b7c7e4d 100644 --- a/llvm/test/MC/Mips/set-push-pop-directives.s +++ b/llvm/test/MC/Mips/set-push-pop-directives.s @@ -51,20 +51,3 @@ # CHECK: b 1336 # CHECK: nop # CHECK: addvi.b $w15, $w13, 18 - - .set push - .set dsp - lbux $7, $10($11) - .set pop - - .set push - .set dsp - lbux $7, $10($11) -# CHECK-NOT: :[[@LINE-1]]:5: error: instruction requires a CPU feature not currently enabled - .set pop - - .set push - .set dsp - lbux $7, $10($11) -# CHECK-NOT: :[[@LINE-1]]:5: error: instruction requires a CPU feature not currently enabled - .set pop |

