summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm-c/Target.h
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2010-07-12 05:13:35 +0000
committerEric Christopher <echristo@apple.com>2010-07-12 05:13:35 +0000
commit135de90eecbf28b8818e271fb3f6a23378ec3fdc (patch)
tree978c5bc8e1247b34a9ec057a039843a9b40b03d5 /llvm/include/llvm-c/Target.h
parentd83984f62319c0f4eb3be473e36079700fb76538 (diff)
downloadbcm5719-llvm-135de90eecbf28b8818e271fb3f6a23378ec3fdc.tar.gz
bcm5719-llvm-135de90eecbf28b8818e271fb3f6a23378ec3fdc.zip
80 columns.
llvm-svn: 108126
Diffstat (limited to 'llvm/include/llvm-c/Target.h')
-rw-r--r--llvm/include/llvm-c/Target.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/include/llvm-c/Target.h b/llvm/include/llvm-c/Target.h
index 2948fc76f19..b1b9f36fb2b 100644
--- a/llvm/include/llvm-c/Target.h
+++ b/llvm/include/llvm-c/Target.h
@@ -32,7 +32,8 @@ typedef struct LLVMOpaqueTargetData *LLVMTargetDataRef;
typedef struct LLVMStructLayout *LLVMStructLayoutRef;
/* Declare all of the target-initialization functions that are available. */
-#define LLVM_TARGET(TargetName) void LLVMInitialize##TargetName##TargetInfo(void);
+#define LLVM_TARGET(TargetName) \
+ void LLVMInitialize##TargetName##TargetInfo(void);
#include "llvm/Config/Targets.def"
#undef LLVM_TARGET /* Explicit undef to make SWIG happier */
OpenPOWER on IntegriCloud