summaryrefslogtreecommitdiffstats
path: root/gnu/llvm/lib/Target/ARM/ARMSelectionDAGInfo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/llvm/lib/Target/ARM/ARMSelectionDAGInfo.cpp')
-rw-r--r--gnu/llvm/lib/Target/ARM/ARMSelectionDAGInfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/llvm/lib/Target/ARM/ARMSelectionDAGInfo.cpp b/gnu/llvm/lib/Target/ARM/ARMSelectionDAGInfo.cpp
index 33dcf9b8fef..d4fbf76f299 100644
--- a/gnu/llvm/lib/Target/ARM/ARMSelectionDAGInfo.cpp
+++ b/gnu/llvm/lib/Target/ARM/ARMSelectionDAGInfo.cpp
@@ -171,7 +171,7 @@ SDValue ARMSelectionDAGInfo::EmitTargetCodeForMemcpy(
// Code size optimisation: do not inline memcpy if expansion results in
// more instructions than the libary call.
- if (NumMEMCPYs > 1 && DAG.getMachineFunction().getFunction()->optForMinSize()) {
+ if (NumMEMCPYs > 1 && DAG.getMachineFunction().getFunction().optForMinSize()) {
return SDValue();
}