commit | 802b62871eaff81980aeaafebd639319cc93c051 | [log] [tgz] |
---|---|---|
author | Eli Bendersky <eliben@google.com> | Mon Jan 07 21:51:08 2013 +0000 |
committer | Eli Bendersky <eliben@google.com> | Mon Jan 07 21:51:08 2013 +0000 |
tree | 2fe33233c636883906c0c84f90ae538bc5f82c11 | |
parent | 449e4926a6c42e7282981e1f411b2141fa32d7f2 [diff] [blame] |
Add the align_to_end option to .bundle_lock in the MC implementation of aligned bundling. The document describing this feature and the implementation has also been updated: https://sites.google.com/a/chromium.org/dev/nativeclient/pnacl/aligned-bundling-support-in-llvm llvm-svn: 171797
diff --git a/llvm/lib/MC/MCNullStreamer.cpp b/llvm/lib/MC/MCNullStreamer.cpp index d1cd006..364c324 100644 --- a/llvm/lib/MC/MCNullStreamer.cpp +++ b/llvm/lib/MC/MCNullStreamer.cpp
@@ -96,7 +96,7 @@ virtual void EmitInstruction(const MCInst &Inst) {} virtual void EmitBundleAlignMode(unsigned AlignPow2) {} - virtual void EmitBundleLock() {} + virtual void EmitBundleLock(bool AlignToEnd) {} virtual void EmitBundleUnlock() {} virtual void FinishImpl() {}