forked from OSchip/llvm-project
Revert part of r198115 to see if it fixes a buildbot failure.
llvm-svn: 198118
This commit is contained in:
parent
bf096926c9
commit
312f639442
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue