mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
missed a line :(
llvm-svn: 116456
This commit is contained in:
parent
093d5fe0a9
commit
365326538a
@ -812,7 +812,7 @@ public:
|
||||
APInt ssub_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 sshl_ov(unsigned Amt, bool &Overflow);
|
||||
APInt sshl_ov(unsigned Amt, bool &Overflow) const;
|
||||
|
||||
/// @returns the bit value at bitPosition
|
||||
/// @brief Array-indexing support.
|
||||
|
Loading…
Reference in New Issue
Block a user