summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMISelLowering.cpp
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@gmail.com>2012-03-27 07:21:54 +0000
committerCraig Topper <craig.topper@gmail.com>2012-03-27 07:21:54 +0000
commitf6e7e12f752b7366240b473df1da151f7697a794 (patch)
treedff3ef3a6184cccf1f2165f833b71ed87e99add2 /llvm/lib/Target/ARM/ARMISelLowering.cpp
parent8a7633c74e4ef3a4206f280210cc3a543dafd8d9 (diff)
downloadbcm5719-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.cpp2
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) &&
OpenPOWER on IntegriCloud