MemCpyOpt: When forming a memset from stores also take GEP constexprs into account.
[oota-llvm.git] / test / Transforms / SimplifyCFG / basictest.ll
index b485f6ab05f07cc26afc747a8190dcac91868e3a..052e10667da58fc2722f9bf6b254b62a50b05b8a 100644 (file)
@@ -25,16 +25,6 @@ define void @test3(i1 %T) {
 }
 
 
-define void @test4() {
-  br label %return
-return:
-  ret void
-; CHECK: @test4
-; CHECK-NEXT: ret void
-}
-@test4g = global i8* blockaddress(@test4, %return)
-
-
 ; PR5795
 define void @test5(i32 %A) {
   switch i32 %A, label %return [