summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm-c/TargetMachine.h
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
commitc65a6d7630480bae7175f4a0a72691ca2c241e36 (patch)
tree7e38785f412957e090ee030d1a78a5f5974f95e7 /llvm/include/llvm-c/TargetMachine.h
parent7023a9037858ac8fc4bae29f293e0da35f78fb63 (diff)
downloadbcm5719-llvm-c65a6d7630480bae7175f4a0a72691ca2c241e36.tar.gz
bcm5719-llvm-c65a6d7630480bae7175f4a0a72691ca2c241e36.zip
Rename 'struct LLVMTargetMachine' to 'struct LLVMOpaqueTargetMachine'.
This avoids namespace collisions with llvm::LLVMTargetMachine. llvm-svn: 180891
Diffstat (limited to 'llvm/include/llvm-c/TargetMachine.h')
-rw-r--r--llvm/include/llvm-c/TargetMachine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm-c/TargetMachine.h b/llvm/include/llvm-c/TargetMachine.h
index 58787235083..5e355959f64 100644
--- a/llvm/include/llvm-c/TargetMachine.h
+++ b/llvm/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 {
OpenPOWER on IntegriCloud