Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1325)

Unified Diff: test/Transforms/LoopVectorize/lcssa-crash.ll

Issue 183273009: Prep for merging 3.4: Undo changes from 3.3 branch (Closed) Base URL: http://git.chromium.org/native_client/pnacl-llvm.git@master
Patch Set: Retry Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/Transforms/LoopUnroll/unloop.ll ('k') | test/Transforms/LoopVectorize/multiple-address-spaces.ll » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
-}
« no previous file with comments | « test/Transforms/LoopUnroll/unloop.ll ('k') | test/Transforms/LoopVectorize/multiple-address-spaces.ll » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698