missed a line :(
authorChris Lattner <sabre@nondot.org>
Wed, 13 Oct 2010 23:57:00 +0000 (23:57 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 13 Oct 2010 23:57:00 +0000 (23:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116456 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/ADT/APInt.h

index f5d8c13590d4830015f94d7012596c50f7f60310..22c54f3f33c694ba2c13ac6ea0ffb71ae2ec053a 100644 (file)
@@ -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.