From 9eb8d6fb43dc5aa670310ce499d72dbce19e29dd Mon Sep 17 00:00:00 2001 From: Sean Callanan Date: Thu, 4 Feb 2010 01:43:08 +0000 Subject: 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. llvm-svn: 95274 --- llvm/include/llvm-c/EnhancedDisassembly.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/include/llvm-c') diff --git a/llvm/include/llvm-c/EnhancedDisassembly.h b/llvm/include/llvm-c/EnhancedDisassembly.h index 54a42221972..a9703f5995d 100644 --- a/llvm/include/llvm-c/EnhancedDisassembly.h +++ b/llvm/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); -- cgit v1.2.3