summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFilip Pizlo <fpizlo@apple.com>2013-05-01 22:41:26 +0000
committerFilip Pizlo <fpizlo@apple.com>2013-05-01 22:41:26 +0000
commitc9e180aaea66d0b167580d911772e4a867a5efae (patch)
tree7569f52dd4c536f774396e14b222734938894755 /include
parentf18a32eb128513239b516cd055baf9415d05f24f (diff)
downloadllvm-c9e180aaea66d0b167580d911772e4a867a5efae.tar.gz
llvm-c9e180aaea66d0b167580d911772e4a867a5efae.tar.bz2
llvm-c9e180aaea66d0b167580d911772e4a867a5efae.tar.xz
Rename 'struct LLVMTargetMachine' to 'struct LLVMOpaqueTargetMachine'.
This avoids namespace collisions with llvm::LLVMTargetMachine. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180891 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm-c/TargetMachine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm-c/TargetMachine.h b/include/llvm-c/TargetMachine.h
index 5878723508..5e355959f6 100644
--- a/include/llvm-c/TargetMachine.h
+++ b/include/llvm-c/TargetMachine.h
@@ -25,7 +25,7 @@
#ifdef __cplusplus
extern "C" {
#endif
-typedef struct LLVMTargetMachine *LLVMTargetMachineRef;
+typedef struct LLVMOpaqueTargetMachine *LLVMTargetMachineRef;
typedef struct LLVMTarget *LLVMTargetRef;
typedef enum {