projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e14d7e4
)
Fix spelling of `equivalent'
author
Misha Brukman
<brukman+llvm@gmail.com>
Thu, 8 Jul 2004 17:45:18 +0000
(17:45 +0000)
committer
Misha Brukman
<brukman+llvm@gmail.com>
Thu, 8 Jul 2004 17:45:18 +0000
(17:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14697
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Type.h
patch
|
blob
|
history
diff --git
a/include/llvm/Type.h
b/include/llvm/Type.h
index b558eb17598fcf7a8dbe75911b65017952669140..7c28b03e8eb5949d121bc2d3648339017f5e1348 100644
(file)
--- a/
include/llvm/Type.h
+++ b/
include/llvm/Type.h
@@
-172,7
+172,7
@@
public:
ID == UIntTyID || ID == ULongTyID;
}
- /// isInteger - Equi
liva
nt to isSigned() || isUnsigned()
+ /// isInteger - Equi
vale
nt to isSigned() || isUnsigned()
///
bool isInteger() const { return ID >= UByteTyID && ID <= LongTyID; }