summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/CodeGen/MachineOperandTest.cpp
diff options
context:
space:
mode:
authorNico Weber <thakis@chromium.org>2020-01-08 22:50:49 -0500
committerNico Weber <thakis@chromium.org>2020-01-08 22:50:49 -0500
commit71d64f72f934631aa2f12b9542c23f74f256f494 (patch)
tree4e40ee1227481bbceefbccfe20f4e9685e4f461c /llvm/unittests/CodeGen/MachineOperandTest.cpp
parent3ef05d85be8c3666ebfa3ad986eb334da5195a47 (diff)
downloadbcm5719-llvm-71d64f72f934631aa2f12b9542c23f74f256f494.tar.gz
bcm5719-llvm-71d64f72f934631aa2f12b9542c23f74f256f494.zip
Revert "[MIR] Target specific MIR formating and parsing"
This reverts commit 3ef05d85be8c3666ebfa3ad986eb334da5195a47. It broke check-llvm on many bots, see comments on D69836.
Diffstat (limited to 'llvm/unittests/CodeGen/MachineOperandTest.cpp')
-rw-r--r--llvm/unittests/CodeGen/MachineOperandTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/unittests/CodeGen/MachineOperandTest.cpp b/llvm/unittests/CodeGen/MachineOperandTest.cpp
index 7e60fab2815..faa471f2260 100644
--- a/llvm/unittests/CodeGen/MachineOperandTest.cpp
+++ b/llvm/unittests/CodeGen/MachineOperandTest.cpp
@@ -310,7 +310,7 @@ TEST(MachineOperandTest, PrintMetadata) {
std::string str;
// Print a MachineOperand containing a metadata node.
raw_string_ostream OS(str);
- MO.print(OS, MST, LLT{}, /*OpIdx*/~0U, /*PrintDef=*/false, /*IsStandalone=*/false,
+ MO.print(OS, MST, LLT{}, /*PrintDef=*/false, /*IsStandalone=*/false,
/*ShouldPrintRegisterTies=*/false, 0, /*TRI=*/nullptr,
/*IntrinsicInfo=*/nullptr);
ASSERT_TRUE(OS.str() == "!0");
OpenPOWER on IntegriCloud