summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PPCMCAsmInfo.cpp
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
commitb065f1bc3160d4a74dddb6b2845e87eb376d39aa (patch)
treefdd139890de2d9efa165a159db6a2d915b0c4483 /llvm/lib/Target/PowerPC/PPCMCAsmInfo.cpp
parent5241cde324920dc0a28dac96678459627232b131 (diff)
downloadbcm5719-llvm-b065f1bc3160d4a74dddb6b2845e87eb376d39aa.tar.gz
bcm5719-llvm-b065f1bc3160d4a74dddb6b2845e87eb376d39aa.zip
remove unneeded directive set.
llvm-svn: 94286
Diffstat (limited to 'llvm/lib/Target/PowerPC/PPCMCAsmInfo.cpp')
-rw-r--r--llvm/lib/Target/PowerPC/PPCMCAsmInfo.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCMCAsmInfo.cpp b/llvm/lib/Target/PowerPC/PPCMCAsmInfo.cpp
index ee6deb5c509..ba9937b4c52 100644
--- a/llvm/lib/Target/PowerPC/PPCMCAsmInfo.cpp
+++ b/llvm/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
OpenPOWER on IntegriCloud