File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 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);
39523952LLVMBuilderRef LLVMCreateBuilderInContext (LLVMContextRef C );
39533953LLVMBuilderRef LLVMCreateBuilder (void );
39543954/**
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,
39563956 * or if Instr is null set the position to the end of Block.
39573957 */
39583958void LLVMPositionBuilder (LLVMBuilderRef Builder , LLVMBasicBlockRef Block ,
39593959 LLVMValueRef Instr );
39603960/**
3961- * Set the builder poisiton before Instr and any attached debug records,
3961+ * Set the builder position before Instr and any attached debug records,
39623962 * or if Instr is null set the position to the end of Block.
39633963 */
39643964void LLVMPositionBuilderBeforeDbgRecords (LLVMBuilderRef Builder ,
39653965 LLVMBasicBlockRef Block ,
39663966 LLVMValueRef Inst );
39673967/**
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.
39693969 */
39703970void LLVMPositionBuilderBefore (LLVMBuilderRef Builder , LLVMValueRef Instr );
39713971/**
3972- * Set the builder poisiton before Instr and any attached debug records.
3972+ * Set the builder position before Instr and any attached debug records.
39733973 */
39743974void LLVMPositionBuilderBeforeInstrAndDbgRecords (LLVMBuilderRef Builder ,
39753975 LLVMValueRef Instr );
You can’t perform that action at this time.
0 commit comments