Skip to content

Commit 4f95ba4

Browse files
Thomas Symallatsymalla-AMD
Thomas Symalla
authored andcommitted
Make spellchecker happy
1 parent 3ab4a63 commit 4f95ba4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/ExampleMain.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,11 +125,11 @@ void createFunctionExample(Module &module, const Twine &name) {
125125
b.create<xd::WriteVarArgOp>(p2, varArgs);
126126
b.create<xd::HandleGetOp>();
127127

128-
auto *replacable = b.create<xd::WriteVarArgOp>(p2, varArgs);
128+
auto *replaceable = b.create<xd::WriteVarArgOp>(p2, varArgs);
129129
SmallVector<Value *> varArgs2 = varArgs;
130130
varArgs2.push_back(p2);
131131

132-
replacable->replaceArgs(varArgs2);
132+
replaceable->replaceArgs(varArgs2);
133133
b.create<xd::SetReadOp>(FixedVectorType::get(b.getInt32Ty(), 2));
134134
b.create<xd::SetWriteOp>(y6);
135135

0 commit comments

Comments
 (0)