diff options
author | Mike Stump <mrs@apple.com> | 2009-07-30 22:28:39 +0000 |
---|---|---|
committer | Mike Stump <mrs@apple.com> | 2009-07-30 22:28:39 +0000 |
commit | 658fe02d17e28b113df2a381010e9c5296abfd0f (patch) | |
tree | 95aa22603d604c7a71ee43568e405030c1c49236 /clang/lib/CodeGen/CGExprComplex.cpp | |
parent | 59a2ab972034dd734bd970dc0f10a0df3c8f5dfc (diff) | |
download | bcm5719-llvm-658fe02d17e28b113df2a381010e9c5296abfd0f.tar.gz bcm5719-llvm-658fe02d17e28b113df2a381010e9c5296abfd0f.zip |
Canonicalize else spacing.
llvm-svn: 77629
Diffstat (limited to 'clang/lib/CodeGen/CGExprComplex.cpp')
-rw-r--r-- | clang/lib/CodeGen/CGExprComplex.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGExprComplex.cpp b/clang/lib/CodeGen/CGExprComplex.cpp index 87b45d3af95..36771dd0832 100644 --- a/clang/lib/CodeGen/CGExprComplex.cpp +++ b/clang/lib/CodeGen/CGExprComplex.cpp @@ -378,7 +378,6 @@ ComplexPairTy ComplexExprEmitter::VisitPrePostIncDec(const UnaryOperator *E, // Add the inc/dec to the real part. NextVal = Builder.CreateAdd(InVal.first, NextVal, isInc ? "inc" : "dec"); - } else { QualType ElemTy = E->getType()->getAsComplexType()->getElementType(); llvm::APFloat FVal(CGF.getContext().getFloatTypeSemantics(ElemTy), 1); |