X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FVerifier%2Ffpmath.ll;h=b764a63f0a4aacdc627090c2de39365ee49ca70a;hb=a835f00702328df8da968d27b2d5849078ed77e6;hp=a7d3ea8e8988e5b289590314439391a4a357ce59;hpb=8883c43ddc13e5f92ba8dfe00f2116a153a570d5;p=oota-llvm.git diff --git a/test/Verifier/fpmath.ll b/test/Verifier/fpmath.ll index a7d3ea8e898..b764a63f0a4 100644 --- a/test/Verifier/fpmath.ll +++ b/test/Verifier/fpmath.ll @@ -22,16 +22,6 @@ define void @fpmath1(i32 %i, float %f, <2 x float> %g) { ret void } -define void @fpmath2(float %f, <2 x float> %g) { - %w = fadd float %f, %f, !fpmath !7 -; Above line is correct. - %w2 = fadd <2 x float> %g, %g, !fpmath !7 -; Above line is correct. - %x = fadd float %f, %f, !fpmath !8 -; CHECK: wrong fpmath accuracy keyword! - ret void -} - !0 = metadata !{ float 1.0 } !1 = metadata !{ } !2 = metadata !{ float 1.0, float 1.0 } @@ -39,5 +29,3 @@ define void @fpmath2(float %f, <2 x float> %g) { !4 = metadata !{ float -1.0 } !5 = metadata !{ float 0.0 } !6 = metadata !{ float 0x7FFFFFFF00000000 } -!7 = metadata !{ metadata !"fast" } -!8 = metadata !{ metadata !"slow" }