Simplify testcase.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194748 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Eric Christopher 2013-11-14 23:43:10 +00:00
parent ba0e1ee030
commit 5a5d116d58

View File

@ -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