mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-05 01:31:05 +00:00
Fix typos.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126018 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3f912adeae
commit
dd6e40a4f4
@ -5509,7 +5509,7 @@ static inline unsigned getUNPCKLOpcode(EVT VT) {
|
||||
case MVT::v16i8: return X86ISD::PUNPCKLBW;
|
||||
case MVT::v8i16: return X86ISD::PUNPCKLWD;
|
||||
default:
|
||||
llvm_unreachable("Unknow type for unpckl");
|
||||
llvm_unreachable("Unknown type for unpckl");
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
@ -5523,7 +5523,7 @@ static inline unsigned getUNPCKHOpcode(EVT VT) {
|
||||
case MVT::v16i8: return X86ISD::PUNPCKHBW;
|
||||
case MVT::v8i16: return X86ISD::PUNPCKHWD;
|
||||
default:
|
||||
llvm_unreachable("Unknow type for unpckh");
|
||||
llvm_unreachable("Unknown type for unpckh");
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user