Remove dead code in SimplifyCFG
[oota-llvm.git] / test / Assembler / 2003-05-15-AssemblerProblem.ll
index fcab14f2e7dfc6847cea2f67dacb758669c41d0b..eba26a2093eee98e05b4b7d5d41071d07fa4c0d5 100644 (file)
@@ -1,7 +1,7 @@
 ; This bug was caused by two CPR's existing for the same global variable, 
 ; colliding in the Module level CPR map.
 ; RUN: llvm-as %s -o /dev/null
-; RUN: verify-uselistorder %s -preserve-bc-use-list-order
+; RUN: verify-uselistorder %s
 
 define void @test() {
         call void (...)* bitcast (void (i16*, i32)* @AddString to void (...)*)( i16* null, i32 0 )