Do trivial CSE of dead BBs during codegen preparation.
[oota-llvm.git] / test / CodeGen / ARM / 2011-03-15-LdStMultipleBug.ll
index ccda281e901eac2015639ce1e9df4636a054725b..2faa04af8bacaf08938ae389bc548eb56291a131 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llc < %s -mtriple=thumbv7-apple-darwin10 -relocation-model=pic -disable-fp-elim -mcpu=cortex-a8 | FileCheck %s
+; RUN: llc < %s -mtriple=thumbv7-apple-darwin10 -relocation-model=pic -disable-fp-elim -disable-cgp-delete-dead-blocks -mcpu=cortex-a8 | FileCheck %s
 
 ; Do not form Thumb2 ldrd / strd if the offset is not multiple of 4.
 ; rdar://9133587