1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

Simplify testcase.

llvm-svn: 194748
This commit is contained in:
Eric Christopher 2013-11-14 23:43:10 +00:00
parent 24c3194a8c
commit 5c8a91e390

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 @a = external global i32
@b = alias i32* @a @b = alias i32* @a