diff options
Diffstat (limited to 'llvm/test/Transforms')
| -rw-r--r-- | llvm/test/Transforms/Reassociate/reassociate-catchswitch.ll | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/test/Transforms/Reassociate/reassociate-catchswitch.ll b/llvm/test/Transforms/Reassociate/reassociate-catchswitch.ll index 968e8456ce9..4503d70868b 100644 --- a/llvm/test/Transforms/Reassociate/reassociate-catchswitch.ll +++ b/llvm/test/Transforms/Reassociate/reassociate-catchswitch.ll @@ -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" |

