mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Update the testcase to check the full extent of LCSSA.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28530 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
00ea74c27e
commit
6894526189
@ -1,4 +1,5 @@
|
||||
; RUN: llvm-as < %s | opt -lcssa | llvm-dis | grep "%lcssa = phi int"
|
||||
; RUN: llvm-as < %s | opt -lcssa | llvm-dis | grep "%X4 = add int 3, %lcssa"
|
||||
|
||||
void %lcssa(bool %S2) {
|
||||
entry:
|
||||
|
Loading…
Reference in New Issue
Block a user