diff options
-rw-r--r-- | test/Transforms/SimplifyCFG/2004-12-10-SimplifyCFGCrash.ll | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/test/Transforms/SimplifyCFG/2004-12-10-SimplifyCFGCrash.ll b/test/Transforms/SimplifyCFG/2004-12-10-SimplifyCFGCrash.ll index 2ac2dace3a..7b44996549 100644 --- a/test/Transforms/SimplifyCFG/2004-12-10-SimplifyCFGCrash.ll +++ b/test/Transforms/SimplifyCFG/2004-12-10-SimplifyCFGCrash.ll @@ -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: |