| Index: src/IceTargetLoweringARM32.h
|
| diff --git a/src/IceTargetLoweringARM32.h b/src/IceTargetLoweringARM32.h
|
| index 7e7e520bd67ac0225f2832514231b640f650bd2a..22b5c317c22cc2bf2ab0431b867cf361c3169eee 100644
|
| --- a/src/IceTargetLoweringARM32.h
|
| +++ b/src/IceTargetLoweringARM32.h
|
| @@ -331,7 +331,8 @@ protected:
|
|
|
| // _mov_i1_to_flags is used for bool folding. If "Boolean" is folded, this
|
| // method returns true, and sets "CondIfTrue0" and "CondIfTrue1" to the
|
| - // appropriate ARM condition codes. If "Boolean" is not to be folded, then this
|
| + // appropriate ARM condition codes. If "Boolean" is not to be folded, then
|
| + // this
|
| // method returns false.
|
| bool _mov_i1_to_flags(Operand *Boolean, CondARM32::Cond *CondIfTrue0,
|
| CondARM32::Cond *CondIfTrue1,
|
|
|