1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

Fix new reassociate-catchswitch.ll test

llvm-svn: 360279
This commit is contained in:
Reid Kleckner 2019-05-08 18:39:03 +00:00
parent a4075b4fd6
commit 86526e509e

View File

@ -1,3 +1,8 @@
; Catchswitch is interesting because reassociate previously tried to insert
; into the catchswitch block, which is impossible.
;
; RUN: opt -reassociate -disable-output < %s
;
; ModuleID = 'bugpoint-reduced-simplified.bc'
source_filename = "catchswitch.cpp"
target datalayout = "e-m:w-i64:64-f80:128-n8:16:32:64-S128"