summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/2010-06-29-PartialRedefFastAlloc.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/ARM/2010-06-29-PartialRedefFastAlloc.ll')
-rw-r--r--llvm/test/CodeGen/ARM/2010-06-29-PartialRedefFastAlloc.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/ARM/2010-06-29-PartialRedefFastAlloc.ll b/llvm/test/CodeGen/ARM/2010-06-29-PartialRedefFastAlloc.ll
index 130221d38c2..c0b94134bec 100644
--- a/llvm/test/CodeGen/ARM/2010-06-29-PartialRedefFastAlloc.ll
+++ b/llvm/test/CodeGen/ARM/2010-06-29-PartialRedefFastAlloc.ll
@@ -4,8 +4,8 @@ target triple = "thumbv7-apple-darwin10"
; This tests the fast register allocator's handling of partial redefines:
;
-; %reg1028:dsub_0<def>, %reg1028:dsub_1<def> = VLD1q64 %reg1025...
-; %reg1030:dsub_1<def> = COPY %reg1028:dsub_0<kill>
+; %reg1028:dsub_0, %reg1028:dsub_1 = VLD1q64 %reg1025...
+; %reg1030:dsub_1 = COPY killed %reg1028:dsub_0
;
; %reg1028 gets allocated %Q0, and if %reg1030 is reloaded for the partial
; redef, it cannot also get %Q0.
OpenPOWER on IntegriCloud