diff options
| author | Rafael Espindola <rafael.espindola@gmail.com> | 2014-06-23 21:20:58 +0000 |
|---|---|---|
| committer | Rafael Espindola <rafael.espindola@gmail.com> | 2014-06-23 21:20:58 +0000 |
| commit | b8d6d98efbfba42ae73a072a9796196ea0acc3a1 (patch) | |
| tree | 7bf1f278ddc2271891e4380be924b7b1f49d4c7e /llvm/include | |
| parent | 690e82783b1d1d56418a0e8b41d5777492a1b562 (diff) | |
| download | bcm5719-llvm-b8d6d98efbfba42ae73a072a9796196ea0acc3a1.tar.gz bcm5719-llvm-b8d6d98efbfba42ae73a072a9796196ea0acc3a1.zip | |
This reverts commit r211533 and r211539.
Revert "Fix PR20056: Implement pseudo LDR <reg>, =<literal/label> for AArch64"
Revert "Fix cmake build."
It was missing a file.
llvm-svn: 211540
Diffstat (limited to 'llvm/include')
| -rw-r--r-- | llvm/include/llvm/MC/MCStreamer.h | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/llvm/include/llvm/MC/MCStreamer.h b/llvm/include/llvm/MC/MCStreamer.h index cd1fa9b6a8f..bf224979def 100644 --- a/llvm/include/llvm/MC/MCStreamer.h +++ b/llvm/include/llvm/MC/MCStreamer.h @@ -86,27 +86,6 @@ public: virtual void finish(); }; -class AArch64TargetStreamer : public MCTargetStreamer { -public: - AArch64TargetStreamer(MCStreamer &S); - ~AArch64TargetStreamer(); - - - void finish() override; - - /// Callback used to implement the ldr= pseudo. - /// Add a new entry to the constant pool for the current section and return an - /// MCExpr that can be used to refer to the constant pool location. - const MCExpr *addConstantPoolEntry(const MCExpr *); - - /// Callback used to implemnt the .ltorg directive. - /// Emit contents of constant pool for the current section. - void emitCurrentConstantPool(); - -private: - std::unique_ptr<AssemblerConstantPools> ConstantPools; -}; - // FIXME: declared here because it is used from // lib/CodeGen/AsmPrinter/ARMException.cpp. class ARMTargetStreamer : public MCTargetStreamer { |

