Update the testcase to check the full extent of LCSSA.

llvm-svn: 28530
This commit is contained in:
Owen Anderson 2006-05-29 01:07:04 +00:00
parent 8a8f278f15
commit c01e7bde40
1 changed files with 1 additions and 0 deletions

View File

@ -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: