Remove dead store. The initial value was never used, but always overridden.
[oota-llvm.git] / lib / CodeGen / MaxStackAlignment.cpp
2009-12-02 Jim GrosbachFactor the stack alignment calculations out into a...