There is no need to rely on LLI working for this test

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10036 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2003-11-16 22:07:45 +00:00
parent c59c118e44
commit 780bcaabaa

View File

@ -1,4 +1,4 @@
; RUN: llvm-as < %s | opt -adce | lli
; RUN: llvm-as < %s | opt -adce -simplifycfg | llvm-dis | grep call
declare void %exit(int)
int %main(int %argc) {