diff options
author | Chris Lattner <sabre@nondot.org> | 2004-12-10 17:43:43 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-12-10 17:43:43 +0000 |
commit | 2480535c1f7f9c096c2acabebe3c989036136dfa (patch) | |
tree | 4e0988f08e261b0912cc75344e0d22075d9622ae | |
parent | 7613437db954abafd1230c961e87872df5721957 (diff) |
Check in the right test
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18767 91177308-0d34-0410-b5e6-96231b3b80d8
-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: |