commit | eb3f76fc83146f85b424a8f923f65263069876dd | [log] [tgz] |
---|---|---|
author | Francis Visoiu Mistrih <francisvm@yahoo.com> | Thu Jan 18 18:05:15 2018 +0000 |
committer | Francis Visoiu Mistrih <francisvm@yahoo.com> | Thu Jan 18 18:05:15 2018 +0000 |
tree | 151b17a251cc8e20adf951186552f3c261e70662 | |
parent | 378b5f3de600ef68d856003454d0e9f3a818762f [diff] [blame] |
[CodeGen][NFC] Rename IsVerbose to IsStandalone in Machine*::print Committed r322867 too soon. Differential Revision: https://reviews.llvm.org/D42239 llvm-svn: 322868
diff --git a/llvm/lib/CodeGen/MachineOptimizationRemarkEmitter.cpp b/llvm/lib/CodeGen/MachineOptimizationRemarkEmitter.cpp index 661537b..906d556 100644 --- a/llvm/lib/CodeGen/MachineOptimizationRemarkEmitter.cpp +++ b/llvm/lib/CodeGen/MachineOptimizationRemarkEmitter.cpp
@@ -27,7 +27,8 @@ Key = MKey; raw_string_ostream OS(Val); - MI.print(OS, /*IsVerbose=*/true, /*SkipOpers=*/false, /*SkipDebugLoc=*/true); + MI.print(OS, /*IsStandalone=*/true, /*SkipOpers=*/false, + /*SkipDebugLoc=*/true); } Optional<uint64_t>