projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05b15fb
)
fix bug in previous checkin
author
Tanya Lattner
<tonic@nondot.org>
Mon, 1 Mar 2004 15:05:17 +0000
(15:05 +0000)
committer
Tanya Lattner
<tonic@nondot.org>
Mon, 1 Mar 2004 15:05:17 +0000
(15:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12044
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/SparcV9/SparcV9Instr.def
patch
|
blob
|
history
diff --git
a/lib/Target/SparcV9/SparcV9Instr.def
b/lib/Target/SparcV9/SparcV9Instr.def
index 0a12f97953ca5ff43e81bf16dc32c389411c56ff..f3ed337d6e97fd7cb9032d99886ab99fee1f0c94 100644
(file)
--- a/
lib/Target/SparcV9/SparcV9Instr.def
+++ b/
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