File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3952,24 +3952,24 @@ const unsigned *LLVMGetIndices(LLVMValueRef Inst);
3952
3952
LLVMBuilderRef LLVMCreateBuilderInContext (LLVMContextRef C );
3953
3953
LLVMBuilderRef LLVMCreateBuilder (void );
3954
3954
/**
3955
- * Set the builder poisiton before Instr but after any attached debug records,
3955
+ * Set the builder position before Instr but after any attached debug records,
3956
3956
* or if Instr is null set the position to the end of Block.
3957
3957
*/
3958
3958
void LLVMPositionBuilder (LLVMBuilderRef Builder , LLVMBasicBlockRef Block ,
3959
3959
LLVMValueRef Instr );
3960
3960
/**
3961
- * Set the builder poisiton before Instr and any attached debug records,
3961
+ * Set the builder position before Instr and any attached debug records,
3962
3962
* or if Instr is null set the position to the end of Block.
3963
3963
*/
3964
3964
void LLVMPositionBuilderBeforeDbgRecords (LLVMBuilderRef Builder ,
3965
3965
LLVMBasicBlockRef Block ,
3966
3966
LLVMValueRef Inst );
3967
3967
/**
3968
- * Set the builder poisiton before Instr but after any attached debug records.
3968
+ * Set the builder position before Instr but after any attached debug records.
3969
3969
*/
3970
3970
void LLVMPositionBuilderBefore (LLVMBuilderRef Builder , LLVMValueRef Instr );
3971
3971
/**
3972
- * Set the builder poisiton before Instr and any attached debug records.
3972
+ * Set the builder position before Instr and any attached debug records.
3973
3973
*/
3974
3974
void LLVMPositionBuilderBeforeInstrAndDbgRecords (LLVMBuilderRef Builder ,
3975
3975
LLVMValueRef Instr );
You can’t perform that action at this time.
0 commit comments