mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-17 21:35:07 +00:00
missed a line :(
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116456 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0a0a585e6b
commit
08e90f5646
@ -812,7 +812,7 @@ public:
|
|||||||
APInt ssub_ov(const APInt &RHS, bool &Overflow) const;
|
APInt ssub_ov(const APInt &RHS, bool &Overflow) const;
|
||||||
APInt sdiv_ov(const APInt &RHS, bool &Overflow) const;
|
APInt sdiv_ov(const APInt &RHS, bool &Overflow) const;
|
||||||
APInt smul_ov(const APInt &RHS, bool &Overflow) const;
|
APInt smul_ov(const APInt &RHS, bool &Overflow) const;
|
||||||
APInt sshl_ov(unsigned Amt, bool &Overflow);
|
APInt sshl_ov(unsigned Amt, bool &Overflow) const;
|
||||||
|
|
||||||
/// @returns the bit value at bitPosition
|
/// @returns the bit value at bitPosition
|
||||||
/// @brief Array-indexing support.
|
/// @brief Array-indexing support.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user