diff options
Diffstat (limited to 'llvm/lib/MCA/Context.cpp')
-rw-r--r-- | llvm/lib/MCA/Context.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/lib/MCA/Context.cpp b/llvm/lib/MCA/Context.cpp index f0e8dfab868..3bcabb6a235 100644 --- a/llvm/lib/MCA/Context.cpp +++ b/llvm/lib/MCA/Context.cpp @@ -28,8 +28,7 @@ namespace llvm { namespace mca { std::unique_ptr<Pipeline> -Context::createDefaultPipeline(const PipelineOptions &Opts, InstrBuilder &IB, - SourceMgr &SrcMgr) { +Context::createDefaultPipeline(const PipelineOptions &Opts, SourceMgr &SrcMgr) { const MCSchedModel &SM = STI.getSchedModel(); // Create the hardware units defining the backend. |