diff options
Diffstat (limited to 'llvm/test/CodeGen/R600/fminnum.f64.ll')
-rw-r--r-- | llvm/test/CodeGen/R600/fminnum.f64.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/R600/fminnum.f64.ll b/llvm/test/CodeGen/R600/fminnum.f64.ll index 11b0c20105d..b8476f98bab 100644 --- a/llvm/test/CodeGen/R600/fminnum.f64.ll +++ b/llvm/test/CodeGen/R600/fminnum.f64.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 declare double @llvm.minnum.f64(double, double) #0 declare <2 x double> @llvm.minnum.v2f64(<2 x double>, <2 x double>) #0 |