summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/ValueTypes.h
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@gmail.com>2012-09-26 07:43:06 +0000
committerCraig Topper <craig.topper@gmail.com>2012-09-26 07:43:06 +0000
commit02f790e53445b1ded08da61ae659496241afd1aa (patch)
tree8ff39c82d6dd48d573899e74e320caba613fc3f9 /include/llvm/CodeGen/ValueTypes.h
parentb3dca3f50e649caa29f97736f0fa4b2fe1097034 (diff)
downloadllvm-02f790e53445b1ded08da61ae659496241afd1aa.tar.gz
llvm-02f790e53445b1ded08da61ae659496241afd1aa.tar.bz2
llvm-02f790e53445b1ded08da61ae659496241afd1aa.tar.xz
Revert r164663 due to buildbot failure.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164670 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/ValueTypes.h')
-rw-r--r--include/llvm/CodeGen/ValueTypes.h24
1 files changed, 12 insertions, 12 deletions
diff --git a/include/llvm/CodeGen/ValueTypes.h b/include/llvm/CodeGen/ValueTypes.h
index 766d5fbe57..240199291a 100644
--- a/include/llvm/CodeGen/ValueTypes.h
+++ b/include/llvm/CodeGen/ValueTypes.h
@@ -791,19 +791,19 @@ namespace llvm {
static EVT getExtendedIntegerVT(LLVMContext &C, unsigned BitWidth);
static EVT getExtendedVectorVT(LLVMContext &C, EVT VT,
unsigned NumElements);
- bool isExtendedFloatingPoint() const LLVM_READONLY;
- bool isExtendedInteger() const LLVM_READONLY;
- bool isExtendedVector() const LLVM_READONLY;
- bool isExtended16BitVector() const LLVM_READONLY;
- bool isExtended32BitVector() const LLVM_READONLY;
- bool isExtended64BitVector() const LLVM_READONLY;
- bool isExtended128BitVector() const LLVM_READONLY;
- bool isExtended256BitVector() const LLVM_READONLY;
- bool isExtended512BitVector() const LLVM_READONLY;
- bool isExtended1024BitVector() const LLVM_READONLY;
+ bool isExtendedFloatingPoint() const;
+ bool isExtendedInteger() const;
+ bool isExtendedVector() const;
+ bool isExtended16BitVector() const;
+ bool isExtended32BitVector() const;
+ bool isExtended64BitVector() const;
+ bool isExtended128BitVector() const;
+ bool isExtended256BitVector() const;
+ bool isExtended512BitVector() const;
+ bool isExtended1024BitVector() const;
EVT getExtendedVectorElementType() const;
- unsigned getExtendedVectorNumElements() const LLVM_READONLY;
- unsigned getExtendedSizeInBits() const LLVM_READONLY;
+ unsigned getExtendedVectorNumElements() const;
+ unsigned getExtendedSizeInBits() const;
};
} // End llvm namespace