summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-01-23 05:28:25 +0000
committerChris Lattner <sabre@nondot.org>2010-01-23 05:28:25 +0000
commitd4acde2f493891ed082def4850e460c5a7056c7c (patch)
tree2c83accea13a0b1177c32db673f15b0e0cc5e396
parent64c2b244982046373c853e988b7395fdf0166cd8 (diff)
downloadllvm-d4acde2f493891ed082def4850e460c5a7056c7c.tar.gz
llvm-d4acde2f493891ed082def4850e460c5a7056c7c.tar.bz2
llvm-d4acde2f493891ed082def4850e460c5a7056c7c.tar.xz
remove unneeded directive set.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94286 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Target/PowerPC/PPCMCAsmInfo.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/PowerPC/PPCMCAsmInfo.cpp b/lib/Target/PowerPC/PPCMCAsmInfo.cpp
index ee6deb5c50..ba9937b4c5 100644
--- a/lib/Target/PowerPC/PPCMCAsmInfo.cpp
+++ b/lib/Target/PowerPC/PPCMCAsmInfo.cpp
@@ -29,7 +29,6 @@ PPCLinuxMCAsmInfo::PPCLinuxMCAsmInfo(bool is64Bit) {
CommentString = "#";
GlobalPrefix = "";
PrivateGlobalPrefix = ".L";
- UsedDirective = "\t# .no_dead_strip\t";
WeakRefDirective = "\t.weak\t";
// Uses '.section' before '.bss' directive