]> granicus.if.org Git - clang/commitdiff
Tweak CHECK lines to eliminate a failure on i686-apple-darwin10
authorDouglas Gregor <dgregor@apple.com>
Wed, 30 Sep 2009 21:39:51 +0000 (21:39 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 30 Sep 2009 21:39:51 +0000 (21:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@83173 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/address-space-field1.c

index f9da5f413f6bc76ce401eaf5308df9452d4bdaa1..f8ec83ca71cff43460a792291446f747bbc90a45 100644 (file)
@@ -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]