mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
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:
parent
c59c118e44
commit
780bcaabaa
@ -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)
|
declare void %exit(int)
|
||||||
|
|
||||||
int %main(int %argc) {
|
int %main(int %argc) {
|
||||||
|
Loading…
Reference in New Issue
Block a user