Move & restructure test per review.

llvm-svn: 62538
This commit is contained in:
Dale Johannesen 2009-01-19 22:33:12 +00:00
parent b5d49356e6
commit d067ecd1c7
1 changed files with 2 additions and 2 deletions

View File

@ -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'