summaryrefslogtreecommitdiffstats
path: root/clang/CodeGen/CGExprComplex.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-08-24 05:35:26 +0000
committerChris Lattner <sabre@nondot.org>2007-08-24 05:35:26 +0000
commit2da04b332264ae6cf72f7c87beee8a0f9d0a7eb0 (patch)
treef54c86e91c960144b458ed79c0f23082e0191bde /clang/CodeGen/CGExprComplex.cpp
parent504dc0aaedb5b93ba64db03eec2a72eab3a8c7b2 (diff)
downloadbcm5719-llvm-2da04b332264ae6cf72f7c87beee8a0f9d0a7eb0.tar.gz
bcm5719-llvm-2da04b332264ae6cf72f7c87beee8a0f9d0a7eb0.zip
completely refactor codegen of scalar expressions out into its own CGExprScalar.cpp file.
This patch temporarily breaks compound assignment operators, but greatly simplifies many things. llvm-svn: 41355
Diffstat (limited to 'clang/CodeGen/CGExprComplex.cpp')
-rw-r--r--clang/CodeGen/CGExprComplex.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/CodeGen/CGExprComplex.cpp b/clang/CodeGen/CGExprComplex.cpp
index 42f23df88ad..b88133e4a41 100644
--- a/clang/CodeGen/CGExprComplex.cpp
+++ b/clang/CodeGen/CGExprComplex.cpp
@@ -119,7 +119,6 @@ public:
ComplexPairTy VisitConditionalOperator(const ConditionalOperator *CO);
ComplexPairTy VisitChooseExpr(ChooseExpr *CE);
- // case Expr::ChooseExprClass:
};
} // end anonymous namespace.
OpenPOWER on IntegriCloud