mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-01 18:33:56 +00:00
Convert tabs to spaces; fix name of function in assert() description.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15009 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
cbf1edb875
commit
049c48f1ad
@ -136,7 +136,7 @@ public:
|
||||
///
|
||||
bool equalsInt(unsigned char V) const {
|
||||
assert(V <= 127 &&
|
||||
"equals: Can only be used with very small positive constants!");
|
||||
"equalsInt: Can only be used with very small positive constants!");
|
||||
return Val.Unsigned == V;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user