aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/PPCInstrInfo.td
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-12-04 18:48:01 +0000
committerChris Lattner <sabre@nondot.org>2005-12-04 18:48:01 +0000
commit60a4ab2d5c5e0e2647590882d77fe5d21d0c4990 (patch)
tree1a108347e75e5762957bf7ee90a2f5bfa5073a7b /lib/Target/PowerPC/PPCInstrInfo.td
parent1e48478557587d3931d5e8277fe79719d78ab245 (diff)
downloadexternal_llvm-60a4ab2d5c5e0e2647590882d77fe5d21d0c4990.zip
external_llvm-60a4ab2d5c5e0e2647590882d77fe5d21d0c4990.tar.gz
external_llvm-60a4ab2d5c5e0e2647590882d77fe5d21d0c4990.tar.bz2
Finish moving uncond br over to .td file, remove from .cpp file.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24590 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC/PPCInstrInfo.td')
-rw-r--r--lib/Target/PowerPC/PPCInstrInfo.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/PowerPC/PPCInstrInfo.td b/lib/Target/PowerPC/PPCInstrInfo.td
index 48ac981..ad8f91e 100644
--- a/lib/Target/PowerPC/PPCInstrInfo.td
+++ b/lib/Target/PowerPC/PPCInstrInfo.td
@@ -190,7 +190,7 @@ let isTerminator = 1 in {
let Defs = [LR] in
def MovePCtoLR : Pseudo<(ops piclabel:$label), "bl $label", []>;
-let isBranch = 1, isTerminator = 1 in {
+let isBranch = 1, isTerminator = 1, hasCtrlDep = 1 in {
def COND_BRANCH : Pseudo<(ops CRRC:$crS, u16imm:$opc,
target:$true, target:$false),
"; COND_BRANCH", []>;