commit | 76f600b205606a055ec35e7d3fd1a99602329d67 | [log] [tgz] |
---|---|---|
author | Owen Anderson <resistor@mac.com> | Mon Jul 06 22:37:39 2009 +0000 |
committer | Owen Anderson <resistor@mac.com> | Mon Jul 06 22:37:39 2009 +0000 |
tree | 87ac4612f76908198ed9aa0d68ae97b1d733614e | |
parent | 3147fb2cff9ca0d258f8ab20ff23b9c447024df1 [diff] [blame] |
Finish LLVMContext-ing lib/Analysis. This required pushing LLVMContext's through the ValueTracking API. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74873 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Transforms/IPO/IPConstantPropagation.cpp b/lib/Transforms/IPO/IPConstantPropagation.cpp index d3869a8..e27792a 100644 --- a/lib/Transforms/IPO/IPConstantPropagation.cpp +++ b/lib/Transforms/IPO/IPConstantPropagation.cpp
@@ -183,7 +183,7 @@ if (!STy) V = RI->getOperand(i); else - V = FindInsertedValue(RI->getOperand(0), i); + V = FindInsertedValue(RI->getOperand(0), i, Context); if (V) { // Ignore undefs, we can change them into anything