projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a82f7b2
)
Align functions to 16-byte boundaries, to eliminate noise in performance measurements...
author
Chris Lattner
<sabre@nondot.org>
Thu, 1 Sep 2005 23:08:50 +0000
(23:08 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Thu, 1 Sep 2005 23:08:50 +0000
(23:08 +0000)
isel, restoring it to the pattern-isel level (which happens to get the alignment right).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23194
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/PowerPC/PPCAsmPrinter.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/PowerPC/PPCAsmPrinter.cpp
b/lib/Target/PowerPC/PPCAsmPrinter.cpp
index d68b7401db7979901e532f6d07433485b904e7a5..c81bad3545816891be7dd46db2742b990ddfcf16 100644
(file)
--- a/
lib/Target/PowerPC/PPCAsmPrinter.cpp
+++ b/
lib/Target/PowerPC/PPCAsmPrinter.cpp
@@
-384,7
+384,7
@@
bool DarwinAsmPrinter::runOnMachineFunction(MachineFunction &MF) {
// Print out labels for the function.
O << "\t.text\n";
- emitAlignment(
2
);
+ emitAlignment(
4
);
O << "\t.globl\t" << CurrentFnName << "\n";
O << CurrentFnName << ":\n";