aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2008-03-06-frem-fpstack.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/2008-03-06-frem-fpstack.ll')
-rw-r--r--test/CodeGen/X86/2008-03-06-frem-fpstack.ll7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/CodeGen/X86/2008-03-06-frem-fpstack.ll b/test/CodeGen/X86/2008-03-06-frem-fpstack.ll
deleted file mode 100644
index 70a83b5c9f57..000000000000
--- a/test/CodeGen/X86/2008-03-06-frem-fpstack.ll
+++ /dev/null
@@ -1,7 +0,0 @@
-; RUN: llc < %s -march=x86 -mcpu=i386
-; PR2122
-define float @func(float %a, float %b) nounwind {
-entry:
- %tmp3 = frem float %a, %b ; <float> [#uses=1]
- ret float %tmp3
-}