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:
69520ed
)
match gcc, makes diff easier
author
Andrew Lenharth
<andrewl@lenharth.org>
Fri, 27 May 2005 03:39:30 +0000
(
03:39
+0000)
committer
Andrew Lenharth
<andrewl@lenharth.org>
Fri, 27 May 2005 03:39:30 +0000
(
03:39
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22179
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/Alpha/AlphaAsmPrinter.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/Alpha/AlphaAsmPrinter.cpp
b/lib/Target/Alpha/AlphaAsmPrinter.cpp
index 4bf7b56e7c98d34b35ac1f0e1f413110d6b8f9a2..a2f97d75c3c693a3ba5ffca012806b303bcc170f 100644
(file)
--- a/
lib/Target/Alpha/AlphaAsmPrinter.cpp
+++ b/
lib/Target/Alpha/AlphaAsmPrinter.cpp
@@
-184,8
+184,8
@@
bool AlphaAsmPrinter::runOnMachineFunction(MachineFunction &MF) {
// Print out labels for the function.
SwitchSection(O, "text");
emitAlignment(4);
- O << "\t.globl
\t
" << CurrentFnName << "\n";
- O << "\t.ent
\t
" << CurrentFnName << "\n";
+ O << "\t.globl
" << CurrentFnName << "\n";
+ O << "\t.ent
" << CurrentFnName << "\n";
O << CurrentFnName << ":\n";