[llvm-commits] [llvm] r93082 - /llvm/trunk/include/llvm-c/Target.h
Chris Lattner
sabre at nondot.org
Sat Jan 9 15:25:21 PST 2010
Author: lattner
Date: Sat Jan 9 17:25:21 2010
New Revision: 93082
URL: http://llvm.org/viewvc/llvm-project?rev=93082&view=rev
Log:
hopefully unbreak the ocaml bindings.
Modified:
llvm/trunk/include/llvm-c/Target.h
Modified: llvm/trunk/include/llvm-c/Target.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm-c/Target.h?rev=93082&r1=93081&r2=93082&view=diff
==============================================================================
--- llvm/trunk/include/llvm-c/Target.h (original)
+++ llvm/trunk/include/llvm-c/Target.h Sat Jan 9 17:25:21 2010
@@ -96,7 +96,7 @@
/** 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. */
More information about the llvm-commits
mailing list