summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Alpha/AlphaInstrFormats.td
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2007-07-21 00:34:19 +0000
committerEvan Cheng <evan.cheng@apple.com>2007-07-21 00:34:19 +0000
commitac1591be42c966b35e4804b80103017b708cbaaf (patch)
tree901134b4b8c3bf7a9c949f46e2e6da2276d9689d /llvm/lib/Target/Alpha/AlphaInstrFormats.td
parent147d9fa57d40e9d07335d265c73647e4fcf8bb88 (diff)
downloadbcm5719-llvm-ac1591be42c966b35e4804b80103017b708cbaaf.tar.gz
bcm5719-llvm-ac1591be42c966b35e4804b80103017b708cbaaf.zip
No more noResults.
llvm-svn: 40132
Diffstat (limited to 'llvm/lib/Target/Alpha/AlphaInstrFormats.td')
-rw-r--r--llvm/lib/Target/Alpha/AlphaInstrFormats.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/Alpha/AlphaInstrFormats.td b/llvm/lib/Target/Alpha/AlphaInstrFormats.td
index 1d430f24d5c..54c8ef0e32f 100644
--- a/llvm/lib/Target/Alpha/AlphaInstrFormats.td
+++ b/llvm/lib/Target/Alpha/AlphaInstrFormats.td
@@ -97,7 +97,7 @@ class MbrpForm<bits<6> opcode, bits<2> TB, dag OL, string asmstr, list<dag> patt
//3.3.2
def target : Operand<OtherVT> {}
-let isBranch = 1, isTerminator = 1, hasCtrlDep = 1, noResults = 1 in {
+let isBranch = 1, isTerminator = 1, hasCtrlDep = 1 in {
class BFormN<bits<6> opcode, dag OL, string asmstr, InstrItinClass itin>
: InstAlpha<opcode, asmstr, itin> {
let OutOperandList = (ops);
OpenPOWER on IntegriCloud