mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 04:32:44 +01:00
Whitespace.
llvm-svn: 198934
This commit is contained in:
parent
dbf5da4276
commit
e848ddb6c2
@ -62,7 +62,7 @@ LLVMTargetRef LLVMGetFirstTarget(void);
|
||||
LLVMTargetRef LLVMGetNextTarget(LLVMTargetRef T);
|
||||
|
||||
/*===-- Target ------------------------------------------------------------===*/
|
||||
/** Finds the target corresponding to the given name and stores it in \p T.
|
||||
/** Finds the target corresponding to the given name and stores it in \p T.
|
||||
Returns 0 on success. */
|
||||
LLVMTargetRef LLVMGetTargetFromName(const char *Name);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user