diff options
| author | Chris Lattner <sabre@nondot.org> | 2007-08-24 05:35:26 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2007-08-24 05:35:26 +0000 |
| commit | 2da04b332264ae6cf72f7c87beee8a0f9d0a7eb0 (patch) | |
| tree | f54c86e91c960144b458ed79c0f23082e0191bde /clang/CodeGen/CGExprComplex.cpp | |
| parent | 504dc0aaedb5b93ba64db03eec2a72eab3a8c7b2 (diff) | |
| download | bcm5719-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.cpp | 1 |
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. |

