diff options
author | Craig Topper <craig.topper@gmail.com> | 2012-03-27 07:21:54 +0000 |
---|---|---|
committer | Craig Topper <craig.topper@gmail.com> | 2012-03-27 07:21:54 +0000 |
commit | f6e7e12f752b7366240b473df1da151f7697a794 (patch) | |
tree | dff3ef3a6184cccf1f2165f833b71ed87e99add2 /llvm/lib/Target/ARM/ARMISelLowering.cpp | |
parent | 8a7633c74e4ef3a4206f280210cc3a543dafd8d9 (diff) | |
download | bcm5719-llvm-f6e7e12f752b7366240b473df1da151f7697a794.tar.gz bcm5719-llvm-f6e7e12f752b7366240b473df1da151f7697a794.zip |
Remove unnecessary llvm:: qualifications
llvm-svn: 153500
Diffstat (limited to 'llvm/lib/Target/ARM/ARMISelLowering.cpp')
-rw-r--r-- | llvm/lib/Target/ARM/ARMISelLowering.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMISelLowering.cpp b/llvm/lib/Target/ARM/ARMISelLowering.cpp index 950ddcf343b..433b444384d 100644 --- a/llvm/lib/Target/ARM/ARMISelLowering.cpp +++ b/llvm/lib/Target/ARM/ARMISelLowering.cpp @@ -1641,7 +1641,7 @@ ARMTargetLowering::LowerCall(SDValue Chain, SDValue Callee, /// and then confiscate the rest of the parameter registers to insure /// this. void -llvm::ARMTargetLowering::HandleByVal(CCState *State, unsigned &size) const { +ARMTargetLowering::HandleByVal(CCState *State, unsigned &size) const { unsigned reg = State->AllocateReg(GPRArgRegs, 4); assert((State->getCallOrPrologue() == Prologue || State->getCallOrPrologue() == Call) && |