aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm-c
diff options
context:
space:
mode:
authorSean Callanan <scallanan@apple.com>2010-02-04 01:43:08 +0000
committerSean Callanan <scallanan@apple.com>2010-02-04 01:43:08 +0000
commit7b2bf353742e3fa1d30a5b092f236c21eb678e50 (patch)
treec6bac1147b6a6722a5aff9accaaf1ae699274ae2 /include/llvm-c
parenta2eca82159f529d85dc1db249ce650b05c6cb83d (diff)
downloadexternal_llvm-7b2bf353742e3fa1d30a5b092f236c21eb678e50.zip
external_llvm-7b2bf353742e3fa1d30a5b092f236c21eb678e50.tar.gz
external_llvm-7b2bf353742e3fa1d30a5b092f236c21eb678e50.tar.bz2
Filled in a few new APIs for the enhanced
disassembly library that provide access to instruction information, and fixed ambiguous wording in the comments for the header. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95274 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm-c')
-rw-r--r--include/llvm-c/EnhancedDisassembly.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm-c/EnhancedDisassembly.h b/include/llvm-c/EnhancedDisassembly.h
index 54a4222..a9703f5 100644
--- a/include/llvm-c/EnhancedDisassembly.h
+++ b/include/llvm-c/EnhancedDisassembly.h
@@ -176,7 +176,7 @@ void EDReleaseInst(EDInstRef inst);
/*!
@function EDInstByteSize
@param inst The instruction to be queried.
- @result The number of bytes consumed by the instruction.
+ @result The number of bytes in the instruction's machine-code representation.
*/
int EDInstByteSize(EDInstRef inst);