Revert part of r198115 to see if it fixes a buildbot failure.

llvm-svn: 198118
This commit is contained in:
Craig Topper 2013-12-28 18:44:58 +00:00
parent bf096926c9
commit 312f639442
1 changed files with 1 additions and 1 deletions

View File

@ -892,7 +892,7 @@ namespace llvm {
bool isExtended1024BitVector() const LLVM_READONLY; bool isExtended1024BitVector() const LLVM_READONLY;
EVT getExtendedVectorElementType() const; EVT getExtendedVectorElementType() const;
unsigned getExtendedVectorNumElements() const LLVM_READONLY; unsigned getExtendedVectorNumElements() const LLVM_READONLY;
unsigned getExtendedSizeInBits() const LLVM_READONLY; unsigned getExtendedSizeInBits() const;
}; };
} // End llvm namespace } // End llvm namespace