aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/XCore
diff options
context:
space:
mode:
authorPhilip Reames <preames@rivosinc.com>2023-02-07 11:22:13 -0800
committerPhilip Reames <listmail@philipreames.com>2023-02-07 11:28:19 -0800
commit0fb5d35c013cc2ee388db6e9ea000d9202eaa5fd (patch)
tree9676a7a957d945def679fe752857ba4bdffef443 /llvm/lib/Target/XCore
parentdc3d0b266bd9b4c15cef3ed92ab1b60742a80188 (diff)
downloadllvm-0fb5d35c013cc2ee388db6e9ea000d9202eaa5fd.zip
llvm-0fb5d35c013cc2ee388db6e9ea000d9202eaa5fd.tar.gz
llvm-0fb5d35c013cc2ee388db6e9ea000d9202eaa5fd.tar.bz2
[CodeGen] Kill off a few more direct uses of EVT::getEVTString [nfc]
Diffstat (limited to 'llvm/lib/Target/XCore')
-rw-r--r--llvm/lib/Target/XCore/XCoreISelLowering.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/XCore/XCoreISelLowering.cpp b/llvm/lib/Target/XCore/XCoreISelLowering.cpp
index 71a0712..aa3797e 100644
--- a/llvm/lib/Target/XCore/XCoreISelLowering.cpp
+++ b/llvm/lib/Target/XCore/XCoreISelLowering.cpp
@@ -1299,7 +1299,7 @@ SDValue XCoreTargetLowering::LowerCCCArguments(
{
#ifndef NDEBUG
errs() << "LowerFormalArguments Unhandled argument type: "
- << RegVT.getEVTString() << "\n";
+ << RegVT << "\n";
#endif
llvm_unreachable(nullptr);
}