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:
d6c5b36
)
no need to override the default with the default.
author
Chris Lattner
<sabre@nondot.org>
Sat, 1 Aug 2009 23:05:25 +0000
(23:05 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Sat, 1 Aug 2009 23:05:25 +0000
(23:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77826
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/Alpha/AlphaTargetAsmInfo.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/Alpha/AlphaTargetAsmInfo.cpp
b/lib/Target/Alpha/AlphaTargetAsmInfo.cpp
index 649955224223b65b9ad47c50e12e3b4adf86ad0a..7f8446e960a62022bd56777aca3921e89dec3ceb 100644
(file)
--- a/
lib/Target/Alpha/AlphaTargetAsmInfo.cpp
+++ b/
lib/Target/Alpha/AlphaTargetAsmInfo.cpp
@@
-21,6
+21,5
@@
AlphaTargetAsmInfo::AlphaTargetAsmInfo(const AlphaTargetMachine &TM)
AlignmentIsInBytes = false;
PrivateGlobalPrefix = "$";
JumpTableDirective = ".gprel32";
- JumpTableDataSection = "\t.section .rodata\n";
WeakRefDirective = "\t.weak\t";
}