diff options
author | Bill Wendling <isanbard@gmail.com> | 2012-07-19 00:11:40 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2012-07-19 00:11:40 +0000 |
commit | 56cb2298663017eb77aa4f4dda8db7ecd1b58173 (patch) | |
tree | c195117b3ebe1576cce2b31a0e10b852ee5632dc /lib/Transforms/InstCombine/InstructionCombining.cpp | |
parent | 79223c3654451d14918ff1751b70c3eef1e4a874 (diff) |
Remove tabs.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160477 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/InstCombine/InstructionCombining.cpp')
-rw-r--r-- | lib/Transforms/InstCombine/InstructionCombining.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms/InstCombine/InstructionCombining.cpp b/lib/Transforms/InstCombine/InstructionCombining.cpp index 88405c9d4d..68ecd51604 100644 --- a/lib/Transforms/InstCombine/InstructionCombining.cpp +++ b/lib/Transforms/InstCombine/InstructionCombining.cpp @@ -207,7 +207,7 @@ bool InstCombiner::SimplifyAssociativeOrCommutative(BinaryOperator &I) { // Conservatively clear the optional flags, since they may not be // preserved by the reassociation. if (MaintainNoSignedWrap(I, B, C) && - (!Op0 || (isa<BinaryOperator>(Op0) && Op0->hasNoSignedWrap()))) { + (!Op0 || (isa<BinaryOperator>(Op0) && Op0->hasNoSignedWrap()))) { // Note: this is only valid because SimplifyBinOp doesn't look at // the operands to Op0. I.clearSubclassOptionalData(); |