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:
parent
a4075b4fd6
commit
86526e509e
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user