mirror of
https://github.com/intel/llvm.git
synced 2026-01-23 16:06:39 +08:00
[SelectionDAG][NFC] Fix typo in assertion message
s/Uexpected/Unexpected.
This commit is contained in:
@@ -4364,7 +4364,7 @@ static bool getUniformBase(const Value *Ptr, SDValue &Base, SDValue &Index,
|
||||
const TargetLowering &TLI = DAG.getTargetLoweringInfo();
|
||||
const DataLayout &DL = DAG.getDataLayout();
|
||||
|
||||
assert(Ptr->getType()->isVectorTy() && "Uexpected pointer type");
|
||||
assert(Ptr->getType()->isVectorTy() && "Unexpected pointer type");
|
||||
|
||||
// Handle splat constant pointer.
|
||||
if (auto *C = dyn_cast<Constant>(Ptr)) {
|
||||
|
||||
Reference in New Issue
Block a user