summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/SystemZ/SystemZTargetAsmInfo.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-07-26 19:23:28 +0000
committerChris Lattner <sabre@nondot.org>2009-07-26 19:23:28 +0000
commit602d44fa70ada99f009b5c988f706def08f17821 (patch)
treee191ef3a45a73f9c9cd950c8083803ad3160b6e7 /llvm/lib/Target/SystemZ/SystemZTargetAsmInfo.h
parent8953720f2307a22c444090109086641777adbd79 (diff)
downloadbcm5719-llvm-602d44fa70ada99f009b5c988f706def08f17821.tar.gz
bcm5719-llvm-602d44fa70ada99f009b5c988f706def08f17821.zip
untangle a TargetAsmInfo hack where ELFTargetAsmInfo would create a
'unnamed' bss section, but some impls would want a named one. Since they don't have consistent behavior, just make each target do their own thing, instead of doing something "sortof common" then having targets change immutable objects later. llvm-svn: 77165
Diffstat (limited to 'llvm/lib/Target/SystemZ/SystemZTargetAsmInfo.h')
-rw-r--r--llvm/lib/Target/SystemZ/SystemZTargetAsmInfo.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/SystemZ/SystemZTargetAsmInfo.h b/llvm/lib/Target/SystemZ/SystemZTargetAsmInfo.h
index b0a7639eee9..98b50d49784 100644
--- a/llvm/lib/Target/SystemZ/SystemZTargetAsmInfo.h
+++ b/llvm/lib/Target/SystemZ/SystemZTargetAsmInfo.h
@@ -14,7 +14,6 @@
#ifndef SystemZTARGETASMINFO_H
#define SystemZTARGETASMINFO_H
-#include "llvm/Target/TargetAsmInfo.h"
#include "llvm/Target/ELFTargetAsmInfo.h"
namespace llvm {
OpenPOWER on IntegriCloud