diff options
Diffstat (limited to 'include/llvm/MC/MCStreamer.h')
-rw-r--r-- | include/llvm/MC/MCStreamer.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/llvm/MC/MCStreamer.h b/include/llvm/MC/MCStreamer.h index 8daa246..b8f1b26 100644 --- a/include/llvm/MC/MCStreamer.h +++ b/include/llvm/MC/MCStreamer.h @@ -160,12 +160,6 @@ namespace llvm { /// @param AbortReason - The reason assembly is terminated, if non-NULL. virtual void AbortAssembly(const char *AbortReason) = 0; - /// SwitchInputAssemblyFile - Assemble the contents of the specified file in - /// @param FileName at this point in the assembly. - /// - /// @param FileName - The file to assemble at this point - virtual void SwitchInputAssemblyFile(const char *FileName) = 0; - /// DumpSymbolsandMacros - Dump to the specified file in @param FileName all /// symbols and macros at this point in the assembly. /// |