Browse Source

+ Xtensa: consider also floating point stores in TCpuAsmOptimizer.RegLoadedWithNewValue

git-svn-id: trunk@46465 -
florian 5 years ago
parent
commit
8636015265
1 changed files with 1 additions and 0 deletions
  1. 1 0
      compiler/xtensa/aoptcpu.pas

+ 1 - 0
compiler/xtensa/aoptcpu.pas

@@ -153,6 +153,7 @@ Implementation
 
       case p.opcode of
         A_B,
+        A_SSI,A_SSIU,A_SSX,A_SSXU,
         A_S16I,A_S32C1I,A_S32E,A_S32I,A_S32RI,A_S8I:
           exit;
         else