From 2480535c1f7f9c096c2acabebe3c989036136dfa Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 10 Dec 2004 17:43:43 +0000 Subject: [PATCH] Check in the right test git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18767 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Transforms/SimplifyCFG/2004-12-10-SimplifyCFGCrash.ll | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/test/Transforms/SimplifyCFG/2004-12-10-SimplifyCFGCrash.ll b/test/Transforms/SimplifyCFG/2004-12-10-SimplifyCFGCrash.ll index 2ac2dace3af..7b449965496 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: