[cfe-commits] r83173 - /cfe/trunk/test/CodeGen/address-space-field1.c

Douglas Gregor dgregor at apple.com
Wed Sep 30 14:39:51 PDT 2009


Author: dgregor
Date: Wed Sep 30 16:39:51 2009
New Revision: 83173

URL: http://llvm.org/viewvc/llvm-project?rev=83173&view=rev
Log:
Tweak CHECK lines to eliminate a failure on i686-apple-darwin10

Modified:
    cfe/trunk/test/CodeGen/address-space-field1.c

Modified: cfe/trunk/test/CodeGen/address-space-field1.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/address-space-field1.c?rev=83173&r1=83172&r2=83173&view=diff

==============================================================================
--- cfe/trunk/test/CodeGen/address-space-field1.c (original)
+++ cfe/trunk/test/CodeGen/address-space-field1.c Wed Sep 30 16:39:51 2009
@@ -1,6 +1,6 @@
 // RUN: clang-cc -emit-llvm < %s -o - | FileCheck %s
 // CHECK:%struct.S = type { i32, i32 }
-// CHECK:define void @test_addrspace(%struct.S addrspace(1)* %p1, %struct.S addrspace(2)* %p2) nounwind {
+// CHECK:define void @test_addrspace(%struct.S addrspace(1)* %p1, %struct.S addrspace(2)* %p2) nounwind
 // CHECK:entry:
 // CHECK:  %p1.addr = alloca %struct.S addrspace(1)*       ; <%struct.S addrspace(1)**> [#uses=3]
 // CHECK:  %p2.addr = alloca %struct.S addrspace(2)*       ; <%struct.S addrspace(2)**> [#uses=3]





More information about the cfe-commits mailing list