diff options
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 56dc796bab5..7c7a7e36295 100644 --- a/llvm/test/CodeGen/R600/fceil.ll +++ b/llvm/test/CodeGen/R600/fceil.ll @@ -1,4 +1,4 @@ -; RUN: llc -march=r600 -mcpu=SI < %s | FileCheck -check-prefix=SI -check-prefix=FUNC %s +; RUN: llc -march=amdgcn -mcpu=SI < %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 |