From: Craig Topper Date: Sat, 28 Dec 2013 18:44:58 +0000 (+0000) Subject: Revert part of r198115 to see if it fixes a buildbot failure. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=4fb3d630a915620ae6ba62e1825123577426e33e;p=oota-llvm.git Revert part of r198115 to see if it fixes a buildbot failure. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198118 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/CodeGen/ValueTypes.h b/include/llvm/CodeGen/ValueTypes.h index ad040df0797..071bd1498e6 100644 --- a/include/llvm/CodeGen/ValueTypes.h +++ b/include/llvm/CodeGen/ValueTypes.h @@ -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