summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCObjectStreamer.cpp
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2010-12-02 21:32:30 +0000
committerDevang Patel <dpatel@apple.com>2010-12-02 21:32:30 +0000
commit8cabd938ed780bfe588b1a00bc0ea59acd3f5f8a (patch)
tree3693a8a65e2cfc1b947de053d2f214e6569b9fbc /llvm/lib/MC/MCObjectStreamer.cpp
parent34744b1d3e5a20c47391b98c83e845b949c51e96 (diff)
downloadbcm5719-llvm-8cabd938ed780bfe588b1a00bc0ea59acd3f5f8a.tar.gz
bcm5719-llvm-8cabd938ed780bfe588b1a00bc0ea59acd3f5f8a.zip
Use set directive for StartMinusEndExpr.
This is a fix for llvm-gcc-i386-darwin9 buildbot failure. llvm-svn: 120742
Diffstat (limited to 'llvm/lib/MC/MCObjectStreamer.cpp')
-rw-r--r--llvm/lib/MC/MCObjectStreamer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/MC/MCObjectStreamer.cpp b/llvm/lib/MC/MCObjectStreamer.cpp
index 331f7268879..a514858545a 100644
--- a/llvm/lib/MC/MCObjectStreamer.cpp
+++ b/llvm/lib/MC/MCObjectStreamer.cpp
@@ -77,7 +77,7 @@ const MCExpr *MCObjectStreamer::AddValueSymbols(const MCExpr *Value) {
}
void MCObjectStreamer::EmitValue(const MCExpr *Value, unsigned Size,
- unsigned AddrSpace) {
+ unsigned AddrSpace, bool UseSet) {
assert(AddrSpace == 0 && "Address space must be 0!");
MCDataFragment *DF = getOrCreateDataFragment();
OpenPOWER on IntegriCloud