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:
91e76e8
)
Fix warning
author
Chris Lattner
<sabre@nondot.org>
Sun, 1 Aug 2004 18:17:36 +0000
(18:17 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Sun, 1 Aug 2004 18:17:36 +0000
(18:17 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15406
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Target/TargetInstrInfo.h
patch
|
blob
|
history
diff --git
a/include/llvm/Target/TargetInstrInfo.h
b/include/llvm/Target/TargetInstrInfo.h
index 3ae68fa3e265e0c4ed1ef83717a3afcb6747f205..4fa1f4c346ce7a042b763c545fe0d18f65c8b6d6 100644
(file)
--- a/
include/llvm/Target/TargetInstrInfo.h
+++ b/
include/llvm/Target/TargetInstrInfo.h
@@
-167,6
+167,8
@@
public:
virtual MachineBasicBlock::iterator
reverseBranchCondition(MachineBasicBlock::iterator MI) const {
assert(0 && "Target didn't implement reverseBranchCondition!");
+ abort();
+ return MI;
}
//-------------------------------------------------------------------------