Loading llvm/lib/Target/ARM/ARMISelLowering.h +1 −1 Original line number Diff line number Diff line Loading @@ -377,7 +377,7 @@ class VectorType; bool isLegalT2ScaledAddressingMode(const AddrMode &AM, EVT VT) const; /// Returns true if the addresing mode representing by AM is legal /// Returns true if the addressing mode representing by AM is legal /// for the Thumb1 target, for a load/store of the specified type. bool isLegalT1ScaledAddressingMode(const AddrMode &AM, EVT VT) const; Loading Loading
llvm/lib/Target/ARM/ARMISelLowering.h +1 −1 Original line number Diff line number Diff line Loading @@ -377,7 +377,7 @@ class VectorType; bool isLegalT2ScaledAddressingMode(const AddrMode &AM, EVT VT) const; /// Returns true if the addresing mode representing by AM is legal /// Returns true if the addressing mode representing by AM is legal /// for the Thumb1 target, for a load/store of the specified type. bool isLegalT1ScaledAddressingMode(const AddrMode &AM, EVT VT) const; Loading