[llvm] r360279 - Fix new reassociate-catchswitch.ll test

Reid Kleckner via llvm-commits llvm-commits at lists.llvm.org
Wed May 8 11:39:03 PDT 2019


Author: rnk
Date: Wed May  8 11:39:03 2019
New Revision: 360279

URL: http://llvm.org/viewvc/llvm-project?rev=360279&view=rev
Log:
Fix new reassociate-catchswitch.ll test

Modified:
    llvm/trunk/test/Transforms/Reassociate/reassociate-catchswitch.ll

Modified: llvm/trunk/test/Transforms/Reassociate/reassociate-catchswitch.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/Reassociate/reassociate-catchswitch.ll?rev=360279&r1=360278&r2=360279&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/Reassociate/reassociate-catchswitch.ll (original)
+++ llvm/trunk/test/Transforms/Reassociate/reassociate-catchswitch.ll Wed May  8 11:39:03 2019
@@ -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"




More information about the llvm-commits mailing list