test: Remove two redundant lines from this test
authorJustin Bogner <mail@justinbogner.com>
Sat, 24 Jan 2015 17:39:32 +0000 (17:39 +0000)
committerJustin Bogner <mail@justinbogner.com>
Sat, 24 Jan 2015 17:39:32 +0000 (17:39 +0000)
The FileCheck already checks for these lines, no need to grep as well.

llvm-svn: 227006

clang/test/CodeGen/address-space.c

index 3e865fd..9af91ff 100644 (file)
@@ -1,7 +1,4 @@
 // RUN: %clang_cc1 -triple x86_64-apple-darwin -emit-llvm < %s | FileCheck %s
-// RUN: %clang_cc1 -triple x86_64-apple-darwin -emit-llvm < %s | grep 'load.*addrspace(2).. @A'
-// RUN: %clang_cc1 -triple x86_64-apple-darwin -emit-llvm < %s | grep 'load.*addrspace(2).. @B'
-
 
 // CHECK: @foo = common addrspace(1) global
 int foo __attribute__((address_space(1)));