[PATCH] Remove const_cast for STI when parsing inline asm

Renato Golin renato.golin at linaro.org
Thu Feb 6 01:13:45 PST 2014



================
Comment at: lib/Target/ARM/ARMAsmPrinter.cpp:451
@@ -450,5 +450,3 @@
   if (EndInfo == NULL || WasThumb != isThumb(*EndInfo)) {
     OutStreamer.EmitAssemblerFlag(WasThumb ? MCAF_Code16 : MCAF_Code32);
   }
----------------
Why isn't this necessary any more?


http://llvm-reviews.chandlerc.com/D2709

BRANCH
  ias

ARCANIST PROJECT
  llvm



More information about the llvm-commits mailing list