r227006 - test: Remove two redundant lines from this test

Justin Bogner mail at justinbogner.com
Sat Jan 24 09:39:32 PST 2015


Author: bogner
Date: Sat Jan 24 11:39:32 2015
New Revision: 227006

URL: http://llvm.org/viewvc/llvm-project?rev=227006&view=rev
Log:
test: Remove two redundant lines from this test

The FileCheck already checks for these lines, no need to grep as well.

Modified:
    cfe/trunk/test/CodeGen/address-space.c

Modified: cfe/trunk/test/CodeGen/address-space.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/address-space.c?rev=227006&r1=227005&r2=227006&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/address-space.c (original)
+++ cfe/trunk/test/CodeGen/address-space.c Sat Jan 24 11:39:32 2015
@@ -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)));





More information about the cfe-commits mailing list