aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Foad <jay.foad@amd.com>2023-12-08 12:41:02 +0000
committerJay Foad <jay.foad@amd.com>2023-12-08 12:41:22 +0000
commit2a0314f153b3fdc6d8b51d35c2e4a4bb67dfcaef (patch)
treea27c18fe78fb2b66049a3d3d4d23ca99e4b6b3bb
parent5c4c199fe3cab5c1d3dd588a420817ec7877d794 (diff)
downloadllvm-2a0314f153b3fdc6d8b51d35c2e4a4bb67dfcaef.zip
llvm-2a0314f153b3fdc6d8b51d35c2e4a4bb67dfcaef.tar.gz
llvm-2a0314f153b3fdc6d8b51d35c2e4a4bb67dfcaef.tar.bz2
[GlobalISel] Fix comment on buildIsFPClass
-rw-r--r--llvm/include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h b/llvm/include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h
index e0101a5..3d36d06 100644
--- a/llvm/include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h
+++ b/llvm/include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h
@@ -1194,7 +1194,7 @@ public:
const SrcOp &Op0, const SrcOp &Op1,
std::optional<unsigned> Flags = std::nullopt);
- /// Build and insert a \p Res = G_IS_FPCLASS \p Pred, \p Src, \p Mask
+ /// Build and insert a \p Res = G_IS_FPCLASS \p Src, \p Mask
MachineInstrBuilder buildIsFPClass(const DstOp &Res, const SrcOp &Src,
unsigned Mask) {
return buildInstr(TargetOpcode::G_IS_FPCLASS, {Res},