summaryrefslogtreecommitdiff
path: root/test/CodeGen/R600/reciprocal.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/R600/reciprocal.ll')
-rw-r--r--test/CodeGen/R600/reciprocal.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/R600/reciprocal.ll b/test/CodeGen/R600/reciprocal.ll
index 6838c1ae36..2783929670 100644
--- a/test/CodeGen/R600/reciprocal.ll
+++ b/test/CodeGen/R600/reciprocal.ll
@@ -1,6 +1,6 @@
;RUN: llc < %s -march=r600 -mcpu=redwood | FileCheck %s
-;CHECK: RECIP_IEEE T{{[0-9]+\.[XYZW], T[0-9]+\.[XYZW]}}
+;CHECK: RECIP_IEEE * T{{[0-9]+\.[XYZW], T[0-9]+\.[XYZW]}}
define void @test() {
%r0 = call float @llvm.R600.load.input(i32 0)