forked from OSchip/llvm-project
parent
9f305371d9
commit
9e987e0917
|
@ -103,7 +103,7 @@ public:
|
||||||
One.setSignBit();
|
One.setSignBit();
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Make this value negative.
|
/// Make this value non-negative.
|
||||||
void makeNonNegative() {
|
void makeNonNegative() {
|
||||||
Zero.setSignBit();
|
Zero.setSignBit();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue