summaryrefslogtreecommitdiffstats
path: root/llvm/include
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-01-18 01:21:08 +0000
committerChris Lattner <sabre@nondot.org>2010-01-18 01:21:08 +0000
commit1d8b954b43ee49cfd20fd8af59ff8c5144fd39c4 (patch)
treeae2641f98660228712a90ffb1b94186ac64b1e98 /llvm/include
parent8c21ffdcc60fe8489c5dd3a151ef026a90625bfc (diff)
downloadbcm5719-llvm-1d8b954b43ee49cfd20fd8af59ff8c5144fd39c4.tar.gz
bcm5719-llvm-1d8b954b43ee49cfd20fd8af59ff8c5144fd39c4.zip
switch x86 zerofill emission over to use MCStreamer.
llvm-svn: 93702
Diffstat (limited to 'llvm/include')
-rw-r--r--llvm/include/llvm/MC/MCAsmInfo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/include/llvm/MC/MCAsmInfo.h b/llvm/include/llvm/MC/MCAsmInfo.h
index fb69630ff52..1d90feb09b9 100644
--- a/llvm/include/llvm/MC/MCAsmInfo.h
+++ b/llvm/include/llvm/MC/MCAsmInfo.h
@@ -316,6 +316,8 @@ namespace llvm {
const char *getZeroFillDirective() const {
return ZeroFillDirective;
}
+ bool hasZeroFillDirective() const { return ZeroFillDirective != 0; }
+
const char *getNonexecutableStackDirective() const {
return NonexecutableStackDirective;
}
OpenPOWER on IntegriCloud