aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/fast-isel-crash2.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM/fast-isel-crash2.ll')
-rw-r--r--test/CodeGen/ARM/fast-isel-crash2.ll10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/CodeGen/ARM/fast-isel-crash2.ll b/test/CodeGen/ARM/fast-isel-crash2.ll
deleted file mode 100644
index cccd9eb951ba..000000000000
--- a/test/CodeGen/ARM/fast-isel-crash2.ll
+++ /dev/null
@@ -1,10 +0,0 @@
-; RUN: llc < %s -O0 -verify-machineinstrs -mtriple=thumbv7-apple-darwin
-; RUN: llc < %s -O0 -verify-machineinstrs -mtriple=armv7-linux-gnueabi
-; rdar://9515076
-; (Make sure this doesn't crash.)
-
-define i32 @test(i32 %i) {
- %t = trunc i32 %i to i4
- %r = sext i4 %t to i32
- ret i32 %r
-}