OSDN Git Service

Fix new reassociate-catchswitch.ll test
authorReid Kleckner <rnk@google.com>
Wed, 8 May 2019 18:39:03 +0000 (18:39 +0000)
committerReid Kleckner <rnk@google.com>
Wed, 8 May 2019 18:39:03 +0000 (18:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@360279 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/Reassociate/reassociate-catchswitch.ll

index 968e845..4503d70 100644 (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"