diff options
author | Chris Lattner <sabre@nondot.org> | 2009-04-25 19:35:26 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-04-25 19:35:26 +0000 |
commit | 654599454c8e6cc83b1b9b3af43c49c2f66a26cb (patch) | |
tree | 3993b25fc47c8fbdc2e4cd362f3cbeeafbbd57b0 /lib/CodeGen/CGExprAgg.cpp | |
parent | 1986cadcb30bbffafd321d9ac9f73fc3df050e74 (diff) |
fix PR4067: [Linux kernel] cannot aggregate codegen stmtexpr as lvalue
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@70067 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CGExprAgg.cpp')
-rw-r--r-- | lib/CodeGen/CGExprAgg.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/CodeGen/CGExprAgg.cpp b/lib/CodeGen/CGExprAgg.cpp index 2e45f2017b..a74741290b 100644 --- a/lib/CodeGen/CGExprAgg.cpp +++ b/lib/CodeGen/CGExprAgg.cpp @@ -78,8 +78,6 @@ public: } // Operators. - // case Expr::UnaryOperatorClass: - // case Expr::CastExprClass: void VisitCStyleCastExpr(CStyleCastExpr *E); void VisitImplicitCastExpr(ImplicitCastExpr *E); void VisitCallExpr(const CallExpr *E); |