mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-15 06:29:05 +00:00
Get rid of control flow in the test
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6957 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -1,9 +1,6 @@
|
|||||||
; This testcase shoudl return with an exit code of 1.
|
; This testcase shoudl return with an exit code of 1.
|
||||||
;
|
;
|
||||||
; RUN: if as < %s | lli -force-interpreter=false
|
; RUN: as < %s | not lli -force-interpreter=false
|
||||||
; RUN: then exit 1
|
|
||||||
; RUN: else exit 0
|
|
||||||
; RUN: fi
|
|
||||||
|
|
||||||
target endian = little
|
target endian = little
|
||||||
target pointersize = 32
|
target pointersize = 32
|
||||||
|
Reference in New Issue
Block a user