aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/R600/urecip.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/R600/urecip.ll')
-rw-r--r--test/CodeGen/R600/urecip.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/R600/urecip.ll b/test/CodeGen/R600/urecip.ll
index e808e3d..4d953b5 100644
--- a/test/CodeGen/R600/urecip.ll
+++ b/test/CodeGen/R600/urecip.ll
@@ -1,6 +1,6 @@
;RUN: llc < %s -march=r600 -mcpu=verde -verify-machineinstrs | FileCheck %s
-;CHECK: V_RCP_IFLAG_F32_e32
+;CHECK: v_rcp_iflag_f32_e32
define void @test(i32 %p, i32 %q) {
%i = udiv i32 %p, %q