summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm-c/Target.h
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
commit51c49960a52daa7d8e6e5b26618b1bc0d9db35ad (patch)
tree58279cb13751125ab51dfef23c66e487e2d8f6c9 /llvm/include/llvm-c/Target.h
parentc6aa800eb316f13e932ac5f1a3e6dc72a751e691 (diff)
downloadbcm5719-llvm-51c49960a52daa7d8e6e5b26618b1bc0d9db35ad.tar.gz
bcm5719-llvm-51c49960a52daa7d8e6e5b26618b1bc0d9db35ad.zip
hopefully unbreak the ocaml bindings.
llvm-svn: 93082
Diffstat (limited to 'llvm/include/llvm-c/Target.h')
-rw-r--r--llvm/include/llvm-c/Target.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm-c/Target.h b/llvm/include/llvm-c/Target.h
index 5c85a479809..e705a998969 100644
--- a/llvm/include/llvm-c/Target.h
+++ b/llvm/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. */
OpenPOWER on IntegriCloud