diff options
Diffstat (limited to 'llvm/test/CodeGen/R600/pv.ll')
-rw-r--r-- | llvm/test/CodeGen/R600/pv.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/R600/pv.ll b/llvm/test/CodeGen/R600/pv.ll index 37c3d9d7d6d..5481d6d0f54 100644 --- a/llvm/test/CodeGen/R600/pv.ll +++ b/llvm/test/CodeGen/R600/pv.ll @@ -1,7 +1,7 @@ ; RUN: llc < %s -march=r600 | FileCheck %s ;CHECK: DOT4 * T{{[0-9]\.W}} (MASKED) -;CHECK-NEXT: CNDGE T{{[0-9].[XYZW]}}, PV.x +;CHECK: CNDGE T{{[0-9].[XYZW]}}, PV.x define void @main() #0 { main_body: |