mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-04 10:04:33 +00:00
Fix typo in default getNoPreservedMask implementation
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@260026 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ae83a11dfd
commit
8ca9284c2a
@ -457,7 +457,7 @@ public:
|
||||
|
||||
/// Return a register mask that clobbers everything.
|
||||
virtual const uint32_t *getNoPreservedMask() const {
|
||||
llvm_unreachable("target does not provide no presered mask");
|
||||
llvm_unreachable("target does not provide no preserved mask");
|
||||
}
|
||||
|
||||
/// Return all the call-preserved register masks defined for this target.
|
||||
|
Loading…
Reference in New Issue
Block a user