From: Eric Christopher Date: Thu, 14 Nov 2013 23:43:10 +0000 (+0000) Subject: Simplify testcase. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=5a5d116d587ee0ca48018721b53481282c182d1a;p=oota-llvm.git Simplify testcase. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194748 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/X86/alias-error.ll b/test/CodeGen/X86/alias-error.ll index 89b0876a837..1b34d177268 100644 --- a/test/CodeGen/X86/alias-error.ll +++ b/test/CodeGen/X86/alias-error.ll @@ -1,4 +1,4 @@ -; RUN: not llc < %s -mtriple=i686-pc-linux-gnu %s 2>&1 | FileCheck %s +; RUN: not llc -mtriple=i686-pc-linux-gnu %s 2>&1 | FileCheck %s @a = external global i32 @b = alias i32* @a