aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/R600/llvm.pow.ll
diff options
context:
space:
mode:
authorVincent Lejeune <vljn@ovi.com>2013-06-03 15:44:35 +0000
committerVincent Lejeune <vljn@ovi.com>2013-06-03 15:44:35 +0000
commit96fe0be43b3163ee9a9fd2e9f1a6ed2753bd7596 (patch)
treefc97060054d2f040dd660dda0b51ba45f02cc77e /test/CodeGen/R600/llvm.pow.ll
parent0962e147a439785279c3665379189017e980e0cc (diff)
downloadexternal_llvm-96fe0be43b3163ee9a9fd2e9f1a6ed2753bd7596.zip
external_llvm-96fe0be43b3163ee9a9fd2e9f1a6ed2753bd7596.tar.gz
external_llvm-96fe0be43b3163ee9a9fd2e9f1a6ed2753bd7596.tar.bz2
R600: use capital letter for PV channel
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183107 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/R600/llvm.pow.ll')
-rw-r--r--test/CodeGen/R600/llvm.pow.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/R600/llvm.pow.ll b/test/CodeGen/R600/llvm.pow.ll
index 3800abf..532983f 100644
--- a/test/CodeGen/R600/llvm.pow.ll
+++ b/test/CodeGen/R600/llvm.pow.ll
@@ -1,7 +1,7 @@
;RUN: llc < %s -march=r600 -mcpu=redwood | FileCheck %s
;CHECK: LOG_IEEE * T{{[0-9]+\.[XYZW], T[0-9]+\.[XYZW]}}
-;CHECK: MUL NON-IEEE * T{{[0-9]+\.[XYZW], PV\.[xyzw], T[0-9]+\.[XYZW]}}
+;CHECK: MUL NON-IEEE * T{{[0-9]+\.[XYZW], PV\.[XYZW], T[0-9]+\.[XYZW]}}
;CHECK-NEXT: EXP_IEEE * T{{[0-9]+\.[XYZW], T[0-9]+\.[XYZW]}}
define void @test() {