aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC/2004-11-29-ShrCrash.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/PowerPC/2004-11-29-ShrCrash.ll')
-rw-r--r--test/CodeGen/PowerPC/2004-11-29-ShrCrash.ll6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/CodeGen/PowerPC/2004-11-29-ShrCrash.ll b/test/CodeGen/PowerPC/2004-11-29-ShrCrash.ll
deleted file mode 100644
index 7e21b511a940..000000000000
--- a/test/CodeGen/PowerPC/2004-11-29-ShrCrash.ll
+++ /dev/null
@@ -1,6 +0,0 @@
-; RUN: llc -verify-machineinstrs < %s -march=ppc32
-define void @test() {
- %tr1 = lshr i32 1, 0 ; <i32> [#uses=0]
- ret void
-}
-