summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/rem-2.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/rem-2.ll')
-rw-r--r--test/CodeGen/X86/rem-2.ll7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/CodeGen/X86/rem-2.ll b/test/CodeGen/X86/rem-2.ll
deleted file mode 100644
index 1b2af4b87a..0000000000
--- a/test/CodeGen/X86/rem-2.ll
+++ /dev/null
@@ -1,7 +0,0 @@
-; RUN: llc < %s -march=x86 | not grep cltd
-
-define i32 @test(i32 %X) nounwind readnone {
-entry:
- %0 = srem i32 41, %X
- ret i32 %0
-}