diff options
author | Duncan Sands <baldrick@free.fr> | 2010-07-12 08:16:59 +0000 |
---|---|---|
committer | Duncan Sands <baldrick@free.fr> | 2010-07-12 08:16:59 +0000 |
commit | c2d3eee936fe8da7e8e257cb45580149421190bb (patch) | |
tree | cac793887a643a3d1e44b4509cbfee37a96e63fb /lib/Transforms/InstCombine/InstCombineCompares.cpp | |
parent | db501c7f70dfdcd7c3e787233d8eb1db89975055 (diff) | |
download | external_llvm-c2d3eee936fe8da7e8e257cb45580149421190bb.tar.gz external_llvm-c2d3eee936fe8da7e8e257cb45580149421190bb.tar.bz2 external_llvm-c2d3eee936fe8da7e8e257cb45580149421190bb.zip |
Convert some tab stops into spaces.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108130 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/InstCombine/InstCombineCompares.cpp')
-rw-r--r-- | lib/Transforms/InstCombine/InstCombineCompares.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms/InstCombine/InstCombineCompares.cpp b/lib/Transforms/InstCombine/InstCombineCompares.cpp index af02b76738..6c00586412 100644 --- a/lib/Transforms/InstCombine/InstCombineCompares.cpp +++ b/lib/Transforms/InstCombine/InstCombineCompares.cpp @@ -1446,7 +1446,7 @@ Instruction *InstCombiner::visitICmpInstWithInstAndIntCst(ICmpInst &ICI, } break; default: - break; + break; } } } |