diff options
author | Dale Johannesen <dalej@apple.com> | 2009-01-19 22:33:12 +0000 |
---|---|---|
committer | Dale Johannesen <dalej@apple.com> | 2009-01-19 22:33:12 +0000 |
commit | 549170206ecc31839723cb4b4de3d872a9402813 (patch) | |
tree | 264b9c72e302d482d9689119d9e6faea44067e94 /test | |
parent | a14fa71a4ef5772cdaad9616b587b84ebac69532 (diff) | |
download | external_llvm-549170206ecc31839723cb4b4de3d872a9402813.zip external_llvm-549170206ecc31839723cb4b4de3d872a9402813.tar.gz external_llvm-549170206ecc31839723cb4b4de3d872a9402813.tar.bz2 |
Move & restructure test per review.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62538 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-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 0ff2dd4..7c63ff6 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' |