summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGExprAgg.cpp
diff options
context:
space:
mode:
authorEli Friedman <eli.friedman@gmail.com>2010-01-02 23:28:56 +0000
committerEli Friedman <eli.friedman@gmail.com>2010-01-02 23:28:56 +0000
commit14e4005851fd5273c41957cdedb9e90a63753c39 (patch)
tree94d58ddacc9da58b54bde1243fdc4da15852bd43 /clang/lib/CodeGen/CGExprAgg.cpp
parentbb333722c1dcd69dfa38c2fbc4a4452ac6aab43d (diff)
downloadbcm5719-llvm-14e4005851fd5273c41957cdedb9e90a63753c39.tar.gz
bcm5719-llvm-14e4005851fd5273c41957cdedb9e90a63753c39.zip
Delete impossible case.
llvm-svn: 92431
Diffstat (limited to 'clang/lib/CodeGen/CGExprAgg.cpp')
-rw-r--r--clang/lib/CodeGen/CGExprAgg.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGExprAgg.cpp b/clang/lib/CodeGen/CGExprAgg.cpp
index b95fd799010..341c7aaba3b 100644
--- a/clang/lib/CodeGen/CGExprAgg.cpp
+++ b/clang/lib/CodeGen/CGExprAgg.cpp
@@ -72,7 +72,6 @@ public:
void VisitDeclRefExpr(DeclRefExpr *DRE) { EmitAggLoadOfLValue(DRE); }
void VisitMemberExpr(MemberExpr *ME) { EmitAggLoadOfLValue(ME); }
void VisitUnaryDeref(UnaryOperator *E) { EmitAggLoadOfLValue(E); }
- void VisitStringLiteral(StringLiteral *E) { EmitAggLoadOfLValue(E); }
void VisitCompoundLiteralExpr(CompoundLiteralExpr *E) {
EmitAggLoadOfLValue(E);
}
OpenPOWER on IntegriCloud