Fixed Bug 2751
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Mon, 15 Sep 2008 21:06:55 +0000 (21:06 +0000)
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Mon, 15 Sep 2008 21:06:55 +0000 (21:06 +0000)
commitb3d72996947710d76aded92da00e895c7b37e686
tree473e41082497e7d5a4745b9af046e9453f2c2b23
parent5eb0cecbc5dd370e33d4e0ab1abee7ce8597ca9c
Fixed Bug 2751
http://llvm.org/bugs/show_bug.cgi?id=2751

Abicall was enabled even when static code model was provided
in the command line.
The correct behavior is to disable abicall when static is
specified.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56228 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Mips/MipsSubtarget.cpp
lib/Target/Mips/MipsTargetMachine.cpp