[llvm-commits] [llvm] r106295 - in /llvm/trunk/lib/Target/ARM: ARMISelLowering.cpp ARMInstrInfo.td

Anton Korobeynikov anton at korobeynikov.info
Fri Jun 18 13:56:23 PDT 2010


>   def TAILJMPd : ABXI<0b1010, (outs), (ins brtarget:$dst, variable_ops),
> -                 IIC_Br, "b\t$dst  @ TAILCALL",
> +                 IIC_Br, "b.w\t$dst  @ TAILCALL",
>                  []>, Requires<[IsDarwin]>;
This should be fixed as well, "b.w" is thumb-only regardless of the platform.

-- 
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University




More information about the llvm-commits mailing list