]> granicus.if.org Git - clang/commitdiff
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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@227006 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/address-space.c

index 3e865fd3b7753d9e80677c7fbec9ffd3d17bd47a..9af91ff70875282a1c6e10235ef2825cbec16883 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)));