new testcase that crashes the fp stackifier

llvm-svn: 12932
This commit is contained in:
Chris Lattner 2004-04-13 21:44:54 +00:00
parent ed7a7d20c9
commit 8662beeecd
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
; RUN: llvm-as < %s | llc -march=x86
implementation ; Functions:
double %test(double %d) {
%X = select bool false, double %d, double %d ; <double> [#uses=0]
ret double %X
}