summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/ifcvt-dead-def.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM/ifcvt-dead-def.ll')
-rw-r--r--test/CodeGen/ARM/ifcvt-dead-def.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/ifcvt-dead-def.ll b/test/CodeGen/ARM/ifcvt-dead-def.ll
index 77a3f5c0961..fedbcfb09eb 100644
--- a/test/CodeGen/ARM/ifcvt-dead-def.ll
+++ b/test/CodeGen/ARM/ifcvt-dead-def.ll
@@ -8,7 +8,7 @@ target triple = "thumbv7-unknown-unknown"
%struct.gs_color_s = type { i16, i16, i16, i16, i8, i8 }
; In this case, the if converter was cloning the return instruction so that we had
-; r2<def> = ...
+; r2 = ...
; return [pred] r2<dead,def>
; ldr <r2, kill>
; return