diff options
| author | Matt Arsenault <Matthew.Arsenault@amd.com> | 2015-01-18 19:30:32 +0000 |
|---|---|---|
| committer | Matt Arsenault <Matthew.Arsenault@amd.com> | 2015-01-18 19:30:32 +0000 |
| commit | 4843f193ade5020d8722ce85826e183b0a676203 (patch) | |
| tree | 548129ed61d29ec52e7fff289d9ed5b6b7659bd3 /llvm/test/CodeGen/R600/fceil.ll | |
| parent | eb9bfac876d21bd7d0f35cc233bd4d5cb303e25c (diff) | |
| download | bcm5719-llvm-4843f193ade5020d8722ce85826e183b0a676203.tar.gz bcm5719-llvm-4843f193ade5020d8722ce85826e183b0a676203.zip | |
R600: Remove redundant test
This is already covered in ftrunc.ll
llvm-svn: 226412
Diffstat (limited to 'llvm/test/CodeGen/R600/fceil.ll')
| -rw-r--r-- | llvm/test/CodeGen/R600/fceil.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/R600/fceil.ll b/llvm/test/CodeGen/R600/fceil.ll index 7c7a7e36295..ce3e8e4e3ca 100644 --- a/llvm/test/CodeGen/R600/fceil.ll +++ b/llvm/test/CodeGen/R600/fceil.ll @@ -1,4 +1,4 @@ -; RUN: llc -march=amdgcn -mcpu=SI < %s | FileCheck -check-prefix=SI -check-prefix=FUNC %s +; RUN: llc -march=amdgcn -mcpu=SI -verify-machineinstrs < %s | FileCheck -check-prefix=SI -check-prefix=FUNC %s ; RUN: llc -march=r600 -mcpu=cypress < %s | FileCheck -check-prefix=EG -check-prefix=FUNC %s declare float @llvm.ceil.f32(float) nounwind readnone |

