blob: 036aa6a77f407d3e64965a55372a120912c3ee22 [file] [log] [blame]
Dan Gohman40503392009-09-08 23:54:48 +00001; RUN: llc < %s -march=x86
Chris Lattnera5ddab22004-06-11 02:59:47 +00002
Tanya Lattner8bf97c22008-03-25 04:26:08 +00003define i1 @T(double %X) {
4 %V = fcmp oeq double %X, %X ; <i1> [#uses=1]
5 ret i1 %V
Chris Lattnera5ddab22004-06-11 02:59:47 +00006}