commit | 9adc0abad3c3ed40a268ccbcee0c74cb9e1359fe | [log] [tgz] |
---|---|---|
author | Owen Anderson <resistor@mac.com> | Tue Jul 14 23:09:55 2009 +0000 |
committer | Owen Anderson <resistor@mac.com> | Tue Jul 14 23:09:55 2009 +0000 |
tree | f15d2aa3fea09947494a5d0bb36583dbe3be000a | |
parent | a89b7ea9d6819606eea3ba945913127a212b836f [diff] [blame] |
Move EVER MORE stuff over to LLVMContext. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75703 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Transforms/Scalar/JumpThreading.cpp b/lib/Transforms/Scalar/JumpThreading.cpp index f3536c1..86e03c4 100644 --- a/lib/Transforms/Scalar/JumpThreading.cpp +++ b/lib/Transforms/Scalar/JumpThreading.cpp
@@ -912,7 +912,7 @@ // We found a use of I outside of BB. Create a new stack slot to // break this inter-block usage pattern. - DemoteRegToStack(*I); + DemoteRegToStack(*Context, *I); } // We are going to have to map operands from the original BB block to the new