R600: Use new fmad node.
[oota-llvm.git] / lib / Target / R600 / AMDGPUInstructions.td
index 8b5fe8c09db33e89e2956bea996a468be479df9f..849b241f63ec6bf70ef9fac341f63f5d5b23fe08 100644 (file)
@@ -413,11 +413,6 @@ def atomic_xor_global : global_binary_atomic_op<atomic_load_xor>;
 // Misc Pattern Fragments
 //===----------------------------------------------------------------------===//
 
-def fmad : PatFrag <
-  (ops node:$src0, node:$src1, node:$src2),
-  (fadd (fmul node:$src0, node:$src1), node:$src2)
->;
-
 class Constants {
 int TWO_PI = 0x40c90fdb;
 int PI = 0x40490fdb;