[llvm-commits] CVS: llvm/lib/Target/IA64/IA64ISelPattern.cpp

Duraid Madina duraid at octopus.com.au
Thu Mar 17 11:00:51 PST 2005



Changes in directory llvm/lib/Target/IA64:

IA64ISelPattern.cpp updated: 1.1 -> 1.2
---
Log message:

clean up warnings when building in release mode

---
Diffs of the changes:  (+2 -0)

 IA64ISelPattern.cpp |    2 ++
 1 files changed, 2 insertions(+)


Index: llvm/lib/Target/IA64/IA64ISelPattern.cpp
diff -u llvm/lib/Target/IA64/IA64ISelPattern.cpp:1.1 llvm/lib/Target/IA64/IA64ISelPattern.cpp:1.2
--- llvm/lib/Target/IA64/IA64ISelPattern.cpp:1.1	Thu Mar 17 12:17:03 2005
+++ llvm/lib/Target/IA64/IA64ISelPattern.cpp	Thu Mar 17 13:00:40 2005
@@ -319,6 +319,7 @@
                const Type *ArgTy, SelectionDAG &DAG) {
  
   assert(0 && "LowerVAArgNext not done yet!\n");
+  abort();
 }
                
 
@@ -327,6 +328,7 @@
                         SelectionDAG &DAG) {
 
   assert(0 && "LowerFrameReturnAddress not done yet\n");
+  abort();
 }
 
 






More information about the llvm-commits mailing list