summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2007-06-15 19:05:13 +0000
committerEvan Cheng <evan.cheng@apple.com>2007-06-15 19:05:13 +0000
commit2d7a47a5dbc04f2dc3857d723ae1983606bf8a69 (patch)
tree2a672d3e1c311123789c956e8a505266f1b81bf9 /include
parentf40708223e409a152834b1553c6883ff2035b957 (diff)
downloadllvm-2d7a47a5dbc04f2dc3857d723ae1983606bf8a69.tar.gz
llvm-2d7a47a5dbc04f2dc3857d723ae1983606bf8a69.tar.bz2
llvm-2d7a47a5dbc04f2dc3857d723ae1983606bf8a69.tar.xz
No longer needed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37598 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/CodeGen/MachineInstr.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/llvm/CodeGen/MachineInstr.h b/include/llvm/CodeGen/MachineInstr.h
index c20d231a5c..55e439e159 100644
--- a/include/llvm/CodeGen/MachineInstr.h
+++ b/include/llvm/CodeGen/MachineInstr.h
@@ -394,10 +394,6 @@ public:
return true;
}
- /// isPredicable - True if the instruction can be converted into a
- /// predicated instruction.
- bool isPredicable() const;
-
/// clone - Create a copy of 'this' instruction that is identical in
/// all ways except the the instruction has no parent, prev, or next.
MachineInstr* clone() const { return new MachineInstr(*this); }