diff options
author | Tanya Lattner <tonic@nondot.org> | 2004-03-01 15:05:17 +0000 |
---|---|---|
committer | Tanya Lattner <tonic@nondot.org> | 2004-03-01 15:05:17 +0000 |
commit | e63e8ea88415441ec6283748e7138fb3fc00d002 (patch) | |
tree | 56ceda45c78b9567f147bba415afb1440257f909 /llvm/lib | |
parent | 427cec1395ceb16030d452045d2b280681e86095 (diff) | |
download | bcm5719-llvm-e63e8ea88415441ec6283748e7138fb3fc00d002.tar.gz bcm5719-llvm-e63e8ea88415441ec6283748e7138fb3fc00d002.zip |
fix bug in previous checkin
llvm-svn: 12044
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/Target/SparcV9/SparcV9Instr.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/SparcV9/SparcV9Instr.def b/llvm/lib/Target/SparcV9/SparcV9Instr.def index 0a12f97953c..f3ed337d6e9 100644 --- a/llvm/lib/Target/SparcV9/SparcV9Instr.def +++ b/llvm/lib/Target/SparcV9/SparcV9Instr.def @@ -538,7 +538,7 @@ I(WRCCRi, "wr", 3, 2, 0, false, 0, 1, SPARC_SINGLE, M_CC_FLAG) // Synthetic phi operation for near-SSA form of machine code // Number of operands is variable, indicated by -1. Result is the first op. -I(PHI, "<phi>", -1, 0, 0, false, 0, 0, SPARC_INV, M_DUMMY_PHI_FLAG) +I(PHI, "<phi>", -1, 0, 0, false, 0, 0, SPARC_NONE, M_DUMMY_PHI_FLAG) #undef B5 |