aboutsummaryrefslogtreecommitdiff
path: root/llvm/include/llvm-c/TargetMachine.h
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2014-01-10 11:12:01 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2014-01-10 11:12:01 +0000
commitea1ff6fe33ee71092beabef0ad8710907573ac30 (patch)
tree43c94b81956aa317b034a10f39b403e3df8b5d6f /llvm/include/llvm-c/TargetMachine.h
parent1f5cf85fd4fc2a746b5309ad915390c5488893ad (diff)
downloadllvm-ea1ff6fe33ee71092beabef0ad8710907573ac30.zip
llvm-ea1ff6fe33ee71092beabef0ad8710907573ac30.tar.gz
llvm-ea1ff6fe33ee71092beabef0ad8710907573ac30.tar.bz2
Whitespace.
llvm-svn: 198934
Diffstat (limited to 'llvm/include/llvm-c/TargetMachine.h')
-rw-r--r--llvm/include/llvm-c/TargetMachine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm-c/TargetMachine.h b/llvm/include/llvm-c/TargetMachine.h
index e159411..46de054 100644
--- a/llvm/include/llvm-c/TargetMachine.h
+++ b/llvm/include/llvm-c/TargetMachine.h
@@ -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);