[llvm-commits] [llvm] r108126 - in /llvm/trunk/include/llvm-c: Target.h lto.h

Eric Christopher echristo at apple.com
Sun Jul 11 22:13:36 PDT 2010


Author: echristo
Date: Mon Jul 12 00:13:35 2010
New Revision: 108126

URL: http://llvm.org/viewvc/llvm-project?rev=108126&view=rev
Log:
80 columns.

Modified:
    llvm/trunk/include/llvm-c/Target.h
    llvm/trunk/include/llvm-c/lto.h

Modified: llvm/trunk/include/llvm-c/Target.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm-c/Target.h?rev=108126&r1=108125&r2=108126&view=diff
==============================================================================
--- llvm/trunk/include/llvm-c/Target.h (original)
+++ llvm/trunk/include/llvm-c/Target.h Mon Jul 12 00:13:35 2010
@@ -32,7 +32,8 @@
 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 */
   

Modified: llvm/trunk/include/llvm-c/lto.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm-c/lto.h?rev=108126&r1=108125&r2=108126&view=diff
==============================================================================
--- llvm/trunk/include/llvm-c/lto.h (original)
+++ llvm/trunk/include/llvm-c/lto.h Mon Jul 12 00:13:35 2010
@@ -102,7 +102,7 @@
  */
 extern bool
 lto_module_is_object_file_in_memory_for_target(const void* mem, size_t length, 
-                                               const char* target_triple_prefix);
+                                              const char* target_triple_prefix);
 
 
 /**





More information about the llvm-commits mailing list