diff options
Diffstat (limited to 'llvm/test/CodeGen/R600/ftrunc.ll')
-rw-r--r-- | llvm/test/CodeGen/R600/ftrunc.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/R600/ftrunc.ll b/llvm/test/CodeGen/R600/ftrunc.ll index 0eb1d7d3bce..39eb2b5accb 100644 --- a/llvm/test/CodeGen/R600/ftrunc.ll +++ b/llvm/test/CodeGen/R600/ftrunc.ll @@ -1,5 +1,5 @@ ; RUN: llc -march=r600 -mcpu=redwood < %s | FileCheck -check-prefix=EG --check-prefix=FUNC %s -; 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 declare float @llvm.trunc.f32(float) nounwind readnone declare <2 x float> @llvm.trunc.v2f32(<2 x float>) nounwind readnone |