mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-09 13:33:17 +00:00
Tidy up some comments.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68112 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e1ca7c4dd5
commit
4b6fce4c05
@ -75,16 +75,16 @@ static bool LHSIsSubsetOfRHS(const std::vector<unsigned char> &LHS,
|
||||
return true;
|
||||
}
|
||||
|
||||
/// isExtIntegerVT - Return true if the specified extended value type vector
|
||||
/// contains isInt or an integer value type.
|
||||
namespace llvm {
|
||||
namespace EMVT {
|
||||
/// isExtIntegerInVTs - Return true if the specified extended value type vector
|
||||
/// contains isInt or an integer value type.
|
||||
bool isExtIntegerInVTs(const std::vector<unsigned char> &EVTs) {
|
||||
assert(!EVTs.empty() && "Cannot check for integer in empty ExtVT list!");
|
||||
return EVTs[0] == isInt || !(FilterEVTs(EVTs, isInteger).empty());
|
||||
}
|
||||
|
||||
/// isExtFloatingPointVT - Return true if the specified extended value type
|
||||
/// isExtFloatingPointInVTs - Return true if the specified extended value type
|
||||
/// vector contains isFP or a FP value type.
|
||||
bool isExtFloatingPointInVTs(const std::vector<unsigned char> &EVTs) {
|
||||
assert(!EVTs.empty() && "Cannot check for integer in empty ExtVT list!");
|
||||
|
Loading…
x
Reference in New Issue
Block a user