Make testcase check for extractvalue instead of extractelement.

llvm-svn: 52317
This commit is contained in:
Matthijs Kooijman 2008-06-16 13:03:44 +00:00
parent 5cb387735d
commit ac5bc8a3dd
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
; RUN: llvm-as < %s | opt -instcombine | llvm-dis | not grep extractelement
; RUN: llvm-as < %s | opt -instcombine | llvm-dis | not grep extractvalue
; Instcombine should fold various combinations of insertvalue and extractvalue
; together