[PATCH] ARM IAS: support .movsp
Renato Golin
renato.golin at linaro.org
Wed Jan 15 02:19:22 PST 2014
Hi Saleem,
Apart from my comment, looks good to me, though I'd wait from Logan's or Anton's review to commit.
cheers,
--renato
================
Comment at: lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp:1180
@@ +1179,3 @@
+ "the operand of .movsp cannot be either sp or pc");
+ assert(UsedFP && ".setfp must precede .movsp");
+
----------------
Do you need the same kind of asserts when emitting asm, too?
http://llvm-reviews.chandlerc.com/D2530
More information about the llvm-commits
mailing list