aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm-c
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-01-09 23:25:21 +0000
committerChris Lattner <sabre@nondot.org>2010-01-09 23:25:21 +0000
commitcb6433198d3d6d48dc0b37eda8198aecd26e1432 (patch)
tree9fb7a6bf2178a8ab24c0e399fd175946d29c9567 /include/llvm-c
parent35da38119f78e126986050ff39376b2845f92f99 (diff)
downloadexternal_llvm-cb6433198d3d6d48dc0b37eda8198aecd26e1432.zip
external_llvm-cb6433198d3d6d48dc0b37eda8198aecd26e1432.tar.gz
external_llvm-cb6433198d3d6d48dc0b37eda8198aecd26e1432.tar.bz2
hopefully unbreak the ocaml bindings.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93082 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm-c')
-rw-r--r--include/llvm-c/Target.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm-c/Target.h b/include/llvm-c/Target.h
index 5c85a47..e705a99 100644
--- a/include/llvm-c/Target.h
+++ b/include/llvm-c/Target.h
@@ -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. */