[llvm-commits] [llvm-gcc-4.2] r41278 - /llvm-gcc-4.2/trunk/gcc/llvm-convert.cpp
Duncan Sands
baldrick at free.fr
Wed Aug 22 10:15:11 PDT 2007
Author: baldrick
Date: Wed Aug 22 12:15:11 2007
New Revision: 41278
URL: http://llvm.org/viewvc/llvm-project?rev=41278&view=rev
Log:
Formatting: align FnDecl like the other parameters.
Modified:
llvm-gcc-4.2/trunk/gcc/llvm-convert.cpp
Modified: llvm-gcc-4.2/trunk/gcc/llvm-convert.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm-gcc-4.2/trunk/gcc/llvm-convert.cpp?rev=41278&r1=41277&r2=41278&view=diff
==============================================================================
--- llvm-gcc-4.2/trunk/gcc/llvm-convert.cpp (original)
+++ llvm-gcc-4.2/trunk/gcc/llvm-convert.cpp Wed Aug 22 12:15:11 2007
@@ -542,9 +542,9 @@
} else {
// Otherwise, just get the type from the function itself.
FTy = TheTypeConverter->ConvertFunctionType(TREE_TYPE(FnDecl),
- FnDecl,
- static_chain,
- CallingConv);
+ FnDecl,
+ static_chain,
+ CallingConv);
}
// If we've already seen this function and created a prototype, and if the
More information about the llvm-commits
mailing list