Index: test/Transforms/LoopVectorize/lcssa-crash.ll |
diff --git a/test/Transforms/LoopVectorize/lcssa-crash.ll b/test/Transforms/LoopVectorize/lcssa-crash.ll |
index de6be548490c5d57f6daa779862a7e37fb44d53e..06b3b08aa0e3e7290487143ab0d79d88f022e197 100644 |
--- a/test/Transforms/LoopVectorize/lcssa-crash.ll |
+++ b/test/Transforms/LoopVectorize/lcssa-crash.ll |
@@ -27,14 +27,3 @@ for.end.i.i.i: |
unreachable |
} |
-; PR16139 |
-define void @test2(i8* %x) { |
-entry: |
- indirectbr i8* %x, [ label %L0, label %L1 ] |
- |
-L0: |
- br label %L0 |
- |
-L1: |
- ret void |
-} |