summaryrefslogtreecommitdiff
path: root/data/iphone-gcc/typo.diff
blob: 4bf4daf829eca815aea367089f1b3828cabb83e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -ru llvm-gcc-4.2-47984/gcc/llvm-abi.h llvm-gcc-4.2-47984+iPhone/gcc/llvm-abi.h
--- llvm-gcc-4.2-47984/gcc/llvm-abi.h	2008-03-06 02:50:05.000000000 +0000
+++ llvm-gcc-4.2-47984+iPhone/gcc/llvm-abi.h	2008-03-06 12:37:55.000000000 +0000
@@ -206,7 +206,7 @@
 // should be returned using the aggregate shadow (sret) convention, 0 otherwise.
 // X may be evaluated more than once.
 #ifndef LLVM_SHOULD_RETURN_VECTOR_AS_SHADOW
-#define LLVM_SHOULD_RETURN_VECTOR_AS_SHADOW(X) 0
+#define LLVM_SHOULD_RETURN_VECTOR_AS_SHADOW(X,Y) 0
 #endif
 
 /// DefaultABI - This class implements the default LLVM ABI where structures are