Missed the case where alloca is used but the stack size (not including callee-saved...
authorEvan Cheng <evan.cheng@apple.com>
Tue, 17 Jul 2007 18:03:34 +0000 (18:03 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Tue, 17 Jul 2007 18:03:34 +0000 (18:03 +0000)
commitf27795d174d55884098aca07a2bf3f8fe8ba8650
tree41b2c75926d37b30b36cdac809b5a3cbc6a3f69f
parent969c44481b0bd7872c04bfb2af994eafd90b63b0
Missed the case where alloca is used but the stack size (not including callee-saved portion) is zero. Thanks Dan.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@39974 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86RegisterInfo.cpp