summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnders Carlsson <andersca@mac.com>2010-04-15 03:11:28 +0000
committerAnders Carlsson <andersca@mac.com>2010-04-15 03:11:28 +0000
commit0dbdca5a8594cbc2961faa37e3eadcd6e265fa90 (patch)
treee874bd89c8ed53b0e56d0ace67e07efac09ecbb2
parent46510a73e977273ec67747eb34cbdb43f815e451 (diff)
downloadllvm-0dbdca5a8594cbc2961faa37e3eadcd6e265fa90.tar.gz
llvm-0dbdca5a8594cbc2961faa37e3eadcd6e265fa90.tar.bz2
llvm-0dbdca5a8594cbc2961faa37e3eadcd6e265fa90.tar.xz
Fix build.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101335 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Target/ARM/ARMISelLowering.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMISelLowering.cpp b/lib/Target/ARM/ARMISelLowering.cpp
index c3e85f5d2f..08e8010a43 100644
--- a/lib/Target/ARM/ARMISelLowering.cpp
+++ b/lib/Target/ARM/ARMISelLowering.cpp
@@ -1041,7 +1041,7 @@ ARMTargetLowering::LowerCall(SDValue Chain, SDValue Callee,
// those, the target's already in a register, so we don't need to do
// anything extra.
if (GlobalAddressSDNode *G = dyn_cast<GlobalAddressSDNode>(Callee)) {
- GlobalValue *GV = G->getGlobal();
+ const GlobalValue *GV = G->getGlobal();
// Create a constant pool entry for the callee address
unsigned ARMPCLabelIndex = AFI->createConstPoolEntryUId();
ARMConstantPoolValue *CPV = new ARMConstantPoolValue(GV,