Author: eugenis
Date: Fri Feb 10 04:04:01 2012
New Revision: 150242

URL: http://llvm.org/viewvc/llvm-project?rev=150242&view=rev
Log:
Loosen the test from r150238 a bit to make some of our bots happy.

Modified:
    cfe/trunk/test/CodeGen/arm-arguments.c

Modified: cfe/trunk/test/CodeGen/arm-arguments.c
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/arm-arguments.c?rev=150242&r1=150241&r2=150242&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/arm-arguments.c (original)
+++ cfe/trunk/test/CodeGen/arm-arguments.c Fri Feb 10 04:04:01 2012
@@ -159,9 +159,9 @@
 void f31(struct s31 s) { }
 // AAPCS: @f31([1 x i32] %s.coerce)
 // AAPCS: %s = alloca %struct.s31, align 4
-// AAPCS: %tmp = alloca [1 x i32]
-// AAPCS: store [1 x i32] %s.coerce, [1 x i32]* %tmp
+// AAPCS: alloca [1 x i32]
+// AAPCS: store [1 x i32] %s.coerce, [1 x i32]*
 // APCS-GNU: @f31([1 x i32] %s.coerce)
 // APCS-GNU: %s = alloca %struct.s31, align 4
-// APCS-GNU: %tmp = alloca [1 x i32]
-// APCS-GNU: store [1 x i32] %s.coerce, [1 x i32]* %tmp
+// APCS-GNU: alloca [1 x i32]
+// APCS-GNU: store [1 x i32] %s.coerce, [1 x i32]*


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to