aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/Transforms/InstCombine/2009-01-19-fmod-constant-float.ll (renamed from test/CodeGen/X86/2009-01-19-fmod-constant-float.ll)4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/2009-01-19-fmod-constant-float.ll b/test/Transforms/InstCombine/2009-01-19-fmod-constant-float.ll
index 0ff2dd4a59..7c63ff6924 100644
--- a/test/CodeGen/X86/2009-01-19-fmod-constant-float.ll
+++ b/test/Transforms/InstCombine/2009-01-19-fmod-constant-float.ll
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | opt -std-compile-opts | llc | grep 1036831949 | count 2
-; RUN: llvm-as < %s | opt -std-compile-opts | llc | grep 3184315597 | count 2
+; RUN: llvm-as < %s | opt -simplifycfg -instcombine | llvm-dis | grep 0x3FB99999A0000000 | count 2
+; RUN: llvm-as < %s | opt -simplifycfg -instcombine | llvm-dis | grep 0xBFB99999A0000000 | count 2
; check constant folding for 'frem'. PR 3316.
; ModuleID = 'tt.c'