diff options
Diffstat (limited to 'llvm/lib/CodeGen/SafeStack.cpp')
-rw-r--r-- | llvm/lib/CodeGen/SafeStack.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/SafeStack.cpp b/llvm/lib/CodeGen/SafeStack.cpp index a60a493..1481894 100644 --- a/llvm/lib/CodeGen/SafeStack.cpp +++ b/llvm/lib/CodeGen/SafeStack.cpp @@ -497,8 +497,8 @@ Value *SafeStack::moveStaticAllocasToUnsafeStack( DIBuilder DIB(*F.getParent()); - StackColoring SSC(F, StaticAllocas); - static const StackColoring::LiveRange NoColoringRange(1, true); + StackLifetime SSC(F, StaticAllocas); + static const StackLifetime::LiveRange NoColoringRange(1, true); if (ClColoring) SSC.run(); |