diff options
author | Chris Lattner <sabre@nondot.org> | 2009-08-11 22:17:31 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-08-11 22:17:31 +0000 |
commit | b6ba9c36dbc54c85b86b29d9491c457b4de8b60c (patch) | |
tree | bab3581a82a7d85a5da522ea2924d2a4851b949d /lib/Target/ARM/ARMTargetAsmInfo.cpp | |
parent | 5f28ffe6c25a8dea55aee425648e4942c04e4f3f (diff) |
all darwin targets have .space and .zerofill, pull up.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78730 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARMTargetAsmInfo.cpp')
-rw-r--r-- | lib/Target/ARM/ARMTargetAsmInfo.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Target/ARM/ARMTargetAsmInfo.cpp b/lib/Target/ARM/ARMTargetAsmInfo.cpp index 464ed1f5a7..4d9e165a98 100644 --- a/lib/Target/ARM/ARMTargetAsmInfo.cpp +++ b/lib/Target/ARM/ARMTargetAsmInfo.cpp @@ -50,8 +50,6 @@ ARMDarwinTargetAsmInfo::ARMDarwinTargetAsmInfo() { InlineAsmEnd = "@ InlineAsm End"; - ZeroDirective = "\t.space\t"; - ZeroFillDirective = "\t.zerofill\t"; // Uses .zerofill SetDirective = "\t.set\t"; ProtectedDirective = NULL; HasDotTypeDotSizeDirective = false; |