commit | 5e7645be4c9dd2193add44d30b5fef8036d7a3ce | [log] [tgz] |
---|---|---|
author | Andrew Trick <atrick@apple.com> | Tue Jun 28 05:07:32 2011 +0000 |
committer | Andrew Trick <atrick@apple.com> | Tue Jun 28 05:07:32 2011 +0000 |
tree | 94316fe58dfda17aa196497196625ee45ecd22e3 | |
parent | a5d950f673c29710d0e9e2afefe74b7003362a06 [diff] [blame] |
SCEVExpander: give new insts a name that identifies the reponsible pass. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133992 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Transforms/Scalar/IndVarSimplify.cpp b/lib/Transforms/Scalar/IndVarSimplify.cpp index 5876380..a2f2490 100644 --- a/lib/Transforms/Scalar/IndVarSimplify.cpp +++ b/lib/Transforms/Scalar/IndVarSimplify.cpp
@@ -1169,7 +1169,7 @@ const SCEV *BackedgeTakenCount = SE->getBackedgeTakenCount(L); // Create a rewriter object which we'll use to transform the code with. - SCEVExpander Rewriter(*SE); + SCEVExpander Rewriter(*SE, "indvars"); // Eliminate redundant IV users. //