From ad59015bf7fc9d8ae3e3b18945b9262dcadb094b Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Thu, 14 Nov 2013 23:43:10 +0000 Subject: [PATCH] Simplify testcase. llvm-svn: 194748 --- llvm/test/CodeGen/X86/alias-error.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/CodeGen/X86/alias-error.ll b/llvm/test/CodeGen/X86/alias-error.ll index 89b0876a8375..1b34d177268d 100644 --- a/llvm/test/CodeGen/X86/alias-error.ll +++ b/llvm/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