Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(14)

Unified Diff: include/llvm/MC/MCAssembler.h

Issue 11428170: Remove bundling from the MCAssembler interface (Closed) Base URL: http://git.chromium.org/native_client/pnacl-llvm.git@master
Patch Set: Eli's review changes Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | lib/MC/MCAssembler.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/llvm/MC/MCAssembler.h
diff --git a/include/llvm/MC/MCAssembler.h b/include/llvm/MC/MCAssembler.h
index f67aa9b96699c59b3f58624dfe21ce8ae15e4d89..949e99b50b5078ee8058b96cefe7f7c362819e35 100644
--- a/include/llvm/MC/MCAssembler.h
+++ b/include/llvm/MC/MCAssembler.h
@@ -842,13 +842,6 @@ private:
bool fragmentNeedsRelaxation(const MCInstFragment *IF,
const MCAsmLayout &Layout) const;
- // @LOCALMOD-BEGIN
- uint8_t ComputeBundlePadding(const MCAsmLayout &Layout,
- MCFragment *F,
- uint64_t FragmentOffset) const;
- // @LOCALMOD-END
-
-
/// layoutOnce - Perform one layout iteration and return true if any offsets
/// were adjusted.
bool layoutOnce(MCAsmLayout &Layout);
@@ -915,12 +908,6 @@ public:
MCAsmBackend &getBackend() const { return Backend; }
- // @LOCALMOD-BEGIN
- uint64_t getBundleSize() const;
- uint64_t getBundleMask() const;
- // @LOCALMOD-END
-
-
MCCodeEmitter &getEmitter() const { return Emitter; }
MCObjectWriter &getWriter() const { return Writer; }
« no previous file with comments | « no previous file | lib/MC/MCAssembler.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698