[llvm-commits] CVS: llvm/test/Regression/Transforms/SimplifyCFG/2004-12-10-SimplifyCFGCrash.ll

Chris Lattner lattner at cs.uiuc.edu
Fri Dec 10 09:43:56 PST 2004



Changes in directory llvm/test/Regression/Transforms/SimplifyCFG:

2004-12-10-SimplifyCFGCrash.ll updated: 1.1 -> 1.2
---
Log message:

Check in the right test


---
Diffs of the changes:  (+1 -4)

Index: llvm/test/Regression/Transforms/SimplifyCFG/2004-12-10-SimplifyCFGCrash.ll
diff -u llvm/test/Regression/Transforms/SimplifyCFG/2004-12-10-SimplifyCFGCrash.ll:1.1 llvm/test/Regression/Transforms/SimplifyCFG/2004-12-10-SimplifyCFGCrash.ll:1.2
--- llvm/test/Regression/Transforms/SimplifyCFG/2004-12-10-SimplifyCFGCrash.ll:1.1	Fri Dec 10 11:41:43 2004
+++ llvm/test/Regression/Transforms/SimplifyCFG/2004-12-10-SimplifyCFGCrash.ll	Fri Dec 10 11:43:43 2004
@@ -1,7 +1,4 @@
-target endian = little
-target pointersize = 32
-	%struct.D_Sym = type { sbyte*, int, uint, %struct.D_Sym*, %struct.D_Sym*, uint }
-	%struct.D_SymHash = type { int, int, { uint, uint, %struct.D_Sym**, [3 x %struct.D_Sym*] } }
+; RUN: llvm-as < %s | opt -simplifycfg -disable-output
 
 implementation   ; Functions:
 






More information about the llvm-commits mailing list