Fix warnings reported by doxygen
This commit is contained in:
2
ctx.h
2
ctx.h
@@ -60,7 +60,7 @@ class FunctionEmitContext {
|
|||||||
public:
|
public:
|
||||||
/** Create a new FunctionEmitContext.
|
/** Create a new FunctionEmitContext.
|
||||||
@param function The Function object representing the function
|
@param function The Function object representing the function
|
||||||
@param sym Symbol that corresponds to the function
|
@param funSym Symbol that corresponds to the function
|
||||||
@param llvmFunction LLVM function in the current module that corresponds
|
@param llvmFunction LLVM function in the current module that corresponds
|
||||||
to the function
|
to the function
|
||||||
@param firstStmtPos Source file position of the first statement in the
|
@param firstStmtPos Source file position of the first statement in the
|
||||||
|
|||||||
9
opt.cpp
9
opt.cpp
@@ -1643,10 +1643,13 @@ static void lPrintVector(const char *info, llvm::Value *elements[ISPC_MAX_NVEC])
|
|||||||
|
|
||||||
@param vec Vector to be scalarized
|
@param vec Vector to be scalarized
|
||||||
@param scalarizedVector Array in which to store the individual vector
|
@param scalarizedVector Array in which to store the individual vector
|
||||||
elements
|
elements
|
||||||
@param vectorLength Number of elements in the given vector. (The
|
@param vectorLength Number of elements in the given vector. (The
|
||||||
passed scalarizedVector array must also be at least
|
passed scalarizedVector array must also be at least
|
||||||
this length as well.)
|
this length as well.)
|
||||||
|
@param phiMap STL map from pointers to PHINodes that we've already
|
||||||
|
scalarized to the array of Value *s that they were
|
||||||
|
scalarized into.
|
||||||
@returns True if the vector was successfully scalarized and
|
@returns True if the vector was successfully scalarized and
|
||||||
the values in offsets[] are valid; false otherwise
|
the values in offsets[] are valid; false otherwise
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user