diff options
author | Tom Stellard <[email protected]> | 2012-05-17 13:05:07 -0400 |
---|---|---|
committer | Tom Stellard <[email protected]> | 2012-05-17 14:48:09 -0400 |
commit | 9916f2d2af18a26f32efb85aff5c11e1b998e19c (patch) | |
tree | 1c6949b72993ac8fe786ba699b4de9d4170bcf7c /src/gallium/drivers/radeon/AMDILInstructions.td | |
parent | 91484de22dd5143cef5f2fe7786f96abfbc795c8 (diff) |
radeon/llvm: Remove AMDIL floating-point ADD instruction defs
Diffstat (limited to 'src/gallium/drivers/radeon/AMDILInstructions.td')
-rw-r--r-- | src/gallium/drivers/radeon/AMDILInstructions.td | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/radeon/AMDILInstructions.td b/src/gallium/drivers/radeon/AMDILInstructions.td index 5ea541c4d1f..e512e265f5e 100644 --- a/src/gallium/drivers/radeon/AMDILInstructions.td +++ b/src/gallium/drivers/radeon/AMDILInstructions.td @@ -216,7 +216,6 @@ def LUSHR : TwoInOneOut<IL_OP_U64_SHR, (outs GPRI64:$dst), let hasIEEEFlag = 1 in { defm MUL_IEEE : BinaryOpMCFloat<IL_OP_MUL_IEEE, IL_OP_D_MUL, fmul>; } -defm ADD : BinaryOpMCFloat<IL_OP_ADD, IL_OP_D_ADD, fadd>; //===---------------------------------------------------------------------===// // float math instructions start here //===---------------------------------------------------------------------===// |