Skip to content

Commit eb1c040

Browse files
committed
[PowerPC][NFC] Remove comments mentioning Darwin and VRSAVE from lit test.
1 parent d20907d commit eb1c040

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/test/CodeGen/PowerPC/sjlj.ll

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,10 @@ return: ; preds = %if.end, %if.then
5959
%3 = load i32, i32* %retval
6060
ret i32 %3
6161

62-
; FIXME: We should be saving VRSAVE on Darwin, but we're not!
6362

6463
; CHECK-LABEL: main:
6564
; CHECK: std
66-
; Make sure that we're not saving VRSAVE on non-Darwin:
65+
; Make sure that we're not saving VRSAVE:
6766
; CHECK-NOT: mfspr
6867

6968
; CHECK-DAG: stfd

0 commit comments

Comments
 (0)