Revert part of r198115 to see if it fixes a buildbot failure.
authorCraig Topper <craig.topper@gmail.com>
Sat, 28 Dec 2013 18:44:58 +0000 (18:44 +0000)
committerCraig Topper <craig.topper@gmail.com>
Sat, 28 Dec 2013 18:44:58 +0000 (18:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198118 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/ValueTypes.h

index ad040df07970837b4f5970af4e9799023ee01cba..071bd1498e6db8d21bd58e97a2d26fec76fee42b 100644 (file)
@@ -892,7 +892,7 @@ namespace llvm {
     bool isExtended1024BitVector() const LLVM_READONLY;
     EVT getExtendedVectorElementType() const;
     unsigned getExtendedVectorNumElements() const LLVM_READONLY;
-    unsigned getExtendedSizeInBits() const LLVM_READONLY;
+    unsigned getExtendedSizeInBits() const;
   };
 
 } // End llvm namespace