commit | ebe69fe11e48d322045d5949c83283927a0d790b | [log] [tgz] |
---|---|---|
author | Stephen Hines <srhines@google.com> | Mon Mar 23 12:10:34 2015 -0700 |
committer | Stephen Hines <srhines@google.com> | Mon Mar 23 12:10:34 2015 -0700 |
tree | c92f1907a6b8006628a4b01615f38264d29834ea | |
parent | b7d2e72b02a4cb8034f32f8247a2558d2434e121 [diff] [blame] |
Update aosp/master LLVM for rebase to r230699. Change-Id: I2b5be30509658cb8266be782de0ab24f9099f9b9
diff --git a/lib/CodeGen/MachineFunctionPrinterPass.cpp b/lib/CodeGen/MachineFunctionPrinterPass.cpp index dee3977..790f5ac 100644 --- a/lib/CodeGen/MachineFunctionPrinterPass.cpp +++ b/lib/CodeGen/MachineFunctionPrinterPass.cpp
@@ -52,7 +52,7 @@ } char &llvm::MachineFunctionPrinterPassID = MachineFunctionPrinterPass::ID; -INITIALIZE_PASS(MachineFunctionPrinterPass, "print-machineinstrs", +INITIALIZE_PASS(MachineFunctionPrinterPass, "machineinstr-printer", "Machine Function Printer", false, false) namespace llvm {