mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-15 07:39:31 +00:00
WTF? These weird newlines got in there...
llvm-svn: 31998
This commit is contained in:
parent
d00734a230
commit
a5c00d4c4f
@ -50,32 +50,6 @@ static bool LTE(ConstantIntegral *A, ConstantIntegral *B) {
|
||||
return cast<ConstantBool>(C)->getValue();
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
static bool GT(ConstantIntegral *A, ConstantIntegral *B) { return LT(B, A); }
|
||||
|
||||
static ConstantIntegral *Min(ConstantIntegral *A, ConstantIntegral *B) {
|
||||
|
Loading…
Reference in New Issue
Block a user