mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +00:00
Fix buggy test
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10345 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
87d9e69995
commit
caef3cccf5
@ -1,7 +1,7 @@
|
|||||||
; This testcase ensures that we can sink instructions from loops with
|
; This testcase ensures that we can sink instructions from loops with
|
||||||
; multiple exits.
|
; multiple exits.
|
||||||
;
|
;
|
||||||
; RUN: llvm-as < %s | opt -licm | llvm-dis | grep -C1 mul | grep Out:
|
; RUN: llvm-as < %s | opt -licm | llvm-dis | grep -C1 mul | grep 'Out[12]:'
|
||||||
|
|
||||||
int %test(int %N, bool %C) {
|
int %test(int %N, bool %C) {
|
||||||
Entry:
|
Entry:
|
||||||
|
Loading…
Reference in New Issue
Block a user