[PATCH] [mips] [IAS] Add support for the .set oddspreg/nooddspreg directives.
Daniel Sanders
daniel.sanders at imgtec.com
Mon Jun 29 02:45:16 PDT 2015
LGTM with the CHECK-NOT corrected.
================
Comment at: test/MC/Mips/set-oddspreg-nooddspreg-error.s:6
@@ +5,3 @@
+ sub.s $f1, $f2, $f2
+ # CHECK-NOT: :[[@LINE-1]]:: error: -mno-odd-spreg prohibits the use of odd FPU registers
+
----------------
Deleting the number will prevent it ever matching. You need a regex '{{[0-9]+}}'.
http://reviews.llvm.org/D10657
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the llvm-commits
mailing list