1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00

No need to declare implicit uses/defs of ST0

llvm-svn: 11081
This commit is contained in:
Chris Lattner 2004-02-02 19:57:45 +00:00
parent 745f32348f
commit 06f08a26ac

View File

@ -435,7 +435,7 @@ def FLD1 : FPInst<"fld1", 0xE8, RawFrm, ArgF80, ZeroArgFP>, D9;
// Unary read-modify-write operations...
def FCHS : FPInst<"fchs", 0xE0, RawFrm, ArgF80, OneArgFPRW>, D9, Imp<[ST0],[ST0]>; // f1 = fchs f2
def FCHS : FPInst<"fchs", 0xE0, RawFrm, ArgF80, OneArgFPRW>, D9; // f1 = fchs f2
// Binary arithmetic operations...
class FPST0rInst<string n, bits<8> o>