commit | 0a205a459884ec745df1c529396dd921f029dafd | [log] [tgz] |
---|---|---|
author | Owen Anderson <resistor@mac.com> | Sun Jul 05 22:41:43 2009 +0000 |
committer | Owen Anderson <resistor@mac.com> | Sun Jul 05 22:41:43 2009 +0000 |
tree | 905109491ef6c2ea3d99d01fc48af9c2c633e645 | |
parent | db882950f3bcf7f710843610e917988daeafffc2 [diff] [blame] |
More LLVMContext-ification. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74807 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Transforms/Utils/Mem2Reg.cpp b/lib/Transforms/Utils/Mem2Reg.cpp index 2b06d77..3110299 100644 --- a/lib/Transforms/Utils/Mem2Reg.cpp +++ b/lib/Transforms/Utils/Mem2Reg.cpp
@@ -75,7 +75,7 @@ if (Allocas.empty()) break; - PromoteMemToReg(Allocas, DT, DF); + PromoteMemToReg(Allocas, DT, DF, Context); NumPromoted += Allocas.size(); Changed = true; }