diff options
Diffstat (limited to 'test/Transforms/GVN/fpmath.ll')
-rw-r--r-- | test/Transforms/GVN/fpmath.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Transforms/GVN/fpmath.ll b/test/Transforms/GVN/fpmath.ll index 403df5c..d164fb5 100644 --- a/test/Transforms/GVN/fpmath.ll +++ b/test/Transforms/GVN/fpmath.ll @@ -41,5 +41,5 @@ define double @test4(double %x, double %y) { ret double %foo } -!0 = metadata !{ float 5.0 } -!1 = metadata !{ float 2.5 } +!0 = !{ float 5.0 } +!1 = !{ float 2.5 } |