Tweak CHECK lines to eliminate a failure on i686-apple-darwin10

llvm-svn: 83173
This commit is contained in:
Douglas Gregor 2009-09-30 21:39:51 +00:00
parent 48575e3f2e
commit 3dc959f88b
1 changed files with 1 additions and 1 deletions

View 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]