diff options
Diffstat (limited to 'llvm/test/CodeGen/R600/fmin.ll')
-rw-r--r-- | llvm/test/CodeGen/R600/fmin.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/R600/fmin.ll b/llvm/test/CodeGen/R600/fmin.ll index 5e34b7c8902..026481c2635 100644 --- a/llvm/test/CodeGen/R600/fmin.ll +++ b/llvm/test/CodeGen/R600/fmin.ll @@ -1,6 +1,6 @@ ;RUN: llc < %s -march=r600 -mcpu=redwood | FileCheck %s -;CHECK: MIN * T{{[0-9]+\.[XYZW], T[0-9]+\.[XYZW], T[0-9]+\.[XYZW]}} +;CHECK: MIN * T{{[0-9]+\.[XYZW], PV\.[xyzw], PV\.[xyzw]}} define void @test() { %r0 = call float @llvm.R600.load.input(i32 0) |