hopefully unbreak the ocaml bindings.

llvm-svn: 93082
This commit is contained in:
Chris Lattner 2010-01-09 23:25:21 +00:00
parent c6aa800eb3
commit 51c49960a5
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ char *LLVMCopyStringRepOfTargetData(LLVMTargetDataRef);
/** Returns the byte order of a target, either LLVMBigEndian or
LLVMLittleEndian.
See the method llvm::TargetData::isLittleEndian. */
LLVMByteOrdering LLVMByteOrder(LLVMTargetDataRef);
enum LLVMByteOrdering LLVMByteOrder(LLVMTargetDataRef);
/** Returns the pointer size in bytes for a target.
See the method llvm::TargetData::getPointerSize. */