summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGExprComplex.cpp
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2012-01-20 21:50:17 +0000
committerDavid Blaikie <dblaikie@gmail.com>2012-01-20 21:50:17 +0000
commite4d798f07897a6378d0f2588e4c2335ec85ca935 (patch)
tree6f31c0fc2740ae77aa711c1f9da94a19d825af98 /clang/lib/CodeGen/CGExprComplex.cpp
parentf2a2f5f2bfe9da1a3e0a25934d833956b04bb8a5 (diff)
downloadbcm5719-llvm-e4d798f07897a6378d0f2588e4c2335ec85ca935.tar.gz
bcm5719-llvm-e4d798f07897a6378d0f2588e4c2335ec85ca935.zip
More dead code removal (using -Wunreachable-code)
llvm-svn: 148577
Diffstat (limited to 'clang/lib/CodeGen/CGExprComplex.cpp')
-rw-r--r--clang/lib/CodeGen/CGExprComplex.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGExprComplex.cpp b/clang/lib/CodeGen/CGExprComplex.cpp
index b4b1b1d5f94..53f7d65ef1b 100644
--- a/clang/lib/CodeGen/CGExprComplex.cpp
+++ b/clang/lib/CodeGen/CGExprComplex.cpp
@@ -817,7 +817,6 @@ EmitComplexCompoundAssignmentLValue(const CompoundAssignOperator *E) {
default:
llvm_unreachable("unexpected complex compound assignment");
- Op = 0;
}
ComplexPairTy Val; // ignored
OpenPOWER on IntegriCloud