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:
735e0ac
)
clean up warnings when building in release mode
author
Duraid Madina
<duraid@octopus.com.au>
Thu, 17 Mar 2005 19:00:40 +0000
(19:00 +0000)
committer
Duraid Madina
<duraid@octopus.com.au>
Thu, 17 Mar 2005 19:00:40 +0000
(19:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20658
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/IA64/IA64ISelPattern.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/IA64/IA64ISelPattern.cpp
b/lib/Target/IA64/IA64ISelPattern.cpp
index 09cb1ce3807c5a5c70b39e9bff0942977ed70b9c..b6c0fca15e4a73fd35a448ad686cad75ee892d27 100644
(file)
--- a/
lib/Target/IA64/IA64ISelPattern.cpp
+++ b/
lib/Target/IA64/IA64ISelPattern.cpp
@@
-319,6
+319,7
@@
LowerVAArgNext(bool isVANext, SDOperand Chain, SDOperand VAList,
const Type *ArgTy, SelectionDAG &DAG) {
assert(0 && "LowerVAArgNext not done yet!\n");
+ abort();
}
@@
-327,6
+328,7
@@
LowerFrameReturnAddress(bool isFrameAddress, SDOperand Chain, unsigned Depth,
SelectionDAG &DAG) {
assert(0 && "LowerFrameReturnAddress not done yet\n");
+ abort();
}