summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms
diff options
context:
space:
mode:
authorAhmed Charles <ace2001ac@gmail.com>2012-02-19 11:37:01 +0000
committerAhmed Charles <ace2001ac@gmail.com>2012-02-19 11:37:01 +0000
commit636a3d618ca8217e3fc77b0e47596a9114864aed (patch)
treecc77af62ca8eec4a0419cb4bb871a5889353a24a /llvm/lib/Transforms
parenta4704ab080703a2f761b6319eb1f73ba02d3be5f (diff)
downloadbcm5719-llvm-636a3d618ca8217e3fc77b0e47596a9114864aed.tar.gz
bcm5719-llvm-636a3d618ca8217e3fc77b0e47596a9114864aed.zip
Remove dead code. Improve llvm_unreachable text. Simplify some control flow.
llvm-svn: 150918
Diffstat (limited to 'llvm/lib/Transforms')
-rw-r--r--llvm/lib/Transforms/Scalar/IndVarSimplify.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Scalar/IndVarSimplify.cpp b/llvm/lib/Transforms/Scalar/IndVarSimplify.cpp
index 917ec5886ca..d1e57e101bf 100644
--- a/llvm/lib/Transforms/Scalar/IndVarSimplify.cpp
+++ b/llvm/lib/Transforms/Scalar/IndVarSimplify.cpp
@@ -920,7 +920,6 @@ Instruction *WidenIV::CloneIVUser(NarrowIVDefUse DU) {
}
return WideBO;
}
- llvm_unreachable(0);
}
/// No-wrap operations can transfer sign extension of their result to their
OpenPOWER on IntegriCloud