aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC/2004-11-30-shift-crash.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/PowerPC/2004-11-30-shift-crash.ll')
-rw-r--r--test/CodeGen/PowerPC/2004-11-30-shift-crash.ll7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/CodeGen/PowerPC/2004-11-30-shift-crash.ll b/test/CodeGen/PowerPC/2004-11-30-shift-crash.ll
deleted file mode 100644
index ca096ca69177..000000000000
--- a/test/CodeGen/PowerPC/2004-11-30-shift-crash.ll
+++ /dev/null
@@ -1,7 +0,0 @@
-; RUN: llc -verify-machineinstrs < %s -march=ppc32
-
-define void @main() {
- %tr4 = shl i64 1, 0 ; <i64> [#uses=0]
- ret void
-}
-