aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineFunction.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/CodeGen/MachineFunction.cpp')
-rw-r--r--llvm/lib/CodeGen/MachineFunction.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/MachineFunction.cpp b/llvm/lib/CodeGen/MachineFunction.cpp
index 478a7cc..a026fb9 100644
--- a/llvm/lib/CodeGen/MachineFunction.cpp
+++ b/llvm/lib/CodeGen/MachineFunction.cpp
@@ -334,7 +334,7 @@ Align MachineFunction::getPreferredAlignment() const {
PrefAlignment = STI.getTargetLowering()->getPrefFunctionAlignment();
else
PrefAlignment = Align(1);
-
+
return std::max(PrefAlignment, getAlignment());
}