X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=include%2Fllvm-c%2FTarget.h;h=e705a99896945cb129819e586d61cfc95d90e030;hb=10bc755d9f06064d05c75e014203d475df2ba018;hp=5c85a479809d9a6179ead6b11efcf1a65009e694;hpb=76ef298310c379aed04bc07467e67a4af6857d37;p=oota-llvm.git diff --git a/include/llvm-c/Target.h b/include/llvm-c/Target.h index 5c85a479809..e705a998969 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. */