diff options
author | Jay Foad <jay.foad@amd.com> | 2020-01-03 14:05:58 +0000 |
---|---|---|
committer | Jay Foad <jay.foad@amd.com> | 2020-01-03 14:05:58 +0000 |
commit | 8382f8714539cf2aba0c194d789e7c2909608be2 (patch) | |
tree | 8b33d07712d97352b57997c832edb8a03e354f54 /llvm/lib/CodeGen/InlineSpiller.cpp | |
parent | 07bc851b212556966c21ed6986fcbdfc65579852 (diff) | |
download | bcm5719-llvm-8382f8714539cf2aba0c194d789e7c2909608be2.tar.gz bcm5719-llvm-8382f8714539cf2aba0c194d789e7c2909608be2.zip |
Fix typo "psuedo" in comments
Diffstat (limited to 'llvm/lib/CodeGen/InlineSpiller.cpp')
-rw-r--r-- | llvm/lib/CodeGen/InlineSpiller.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/InlineSpiller.cpp b/llvm/lib/CodeGen/InlineSpiller.cpp index f33f81143b9..ed3e159ac56 100644 --- a/llvm/lib/CodeGen/InlineSpiller.cpp +++ b/llvm/lib/CodeGen/InlineSpiller.cpp @@ -534,7 +534,7 @@ bool InlineSpiller::canGuaranteeAssignmentAfterRemat(unsigned VReg, // may have more remats than physregs, we're guaranteed to fail to assign // one. // At the moment, we only handle this for STATEPOINTs since they're the only - // psuedo op where we've seen this. If we start seeing other instructions + // pseudo op where we've seen this. If we start seeing other instructions // with the same problem, we need to revisit this. return (MI.getOpcode() != TargetOpcode::STATEPOINT); } |