diff options
author | Douglas Gregor <dgregor@apple.com> | 2009-09-30 21:39:51 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2009-09-30 21:39:51 +0000 |
commit | 60a90cc99ac24f9117d376c55d3c699296b23963 (patch) | |
tree | 3b00b40b0497003c2c1b82639f98bf773a852a16 | |
parent | 893f955321cdf49dd0ceaf4ff821632e9b265000 (diff) |
Tweak CHECK lines to eliminate a failure on i686-apple-darwin10
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@83173 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGen/address-space-field1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/address-space-field1.c b/test/CodeGen/address-space-field1.c index f9da5f413f..f8ec83ca71 100644 --- a/test/CodeGen/address-space-field1.c +++ b/test/CodeGen/address-space-field1.c @@ -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] |