Change the test to check to see that CSE happens not dead call elim

llvm-svn: 19017
This commit is contained in:
Chris Lattner 2004-12-17 17:11:41 +00:00
parent f953b24f4e
commit 493cc12415
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
; Test that pure functions are cse'd away
; RUN: llvm-as < %s | opt -globalsmodref-aa -load-vn -gcse -instcombine -adce| llvm-dis | not grep call
; RUN: llvm-as < %s | opt -globalsmodref-aa -load-vn -gcse -instcombine | llvm-dis | not grep sub
int %pure(int %X) {
%Y = add int %X, 1