summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2009-09-30 21:39:51 +0000
committerDouglas Gregor <dgregor@apple.com>2009-09-30 21:39:51 +0000
commit3dc959f88b19478237a8ebbbef9b13d23dd3e7dd (patch)
tree497caddb1acb157319b1434cbd07c6787d3b8931
parent48575e3f2ec7c5811ffffe8a467a9b1ec56b5050 (diff)
downloadbcm5719-llvm-3dc959f88b19478237a8ebbbef9b13d23dd3e7dd.tar.gz
bcm5719-llvm-3dc959f88b19478237a8ebbbef9b13d23dd3e7dd.zip
Tweak CHECK lines to eliminate a failure on i686-apple-darwin10
llvm-svn: 83173
-rw-r--r--clang/test/CodeGen/address-space-field1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/address-space-field1.c b/clang/test/CodeGen/address-space-field1.c
index f9da5f413f6..f8ec83ca71c 100644
--- a/clang/test/CodeGen/address-space-field1.c
+++ b/clang/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]
OpenPOWER on IntegriCloud