From eb1c040b413a3542a7a6db2cae0d0d7bc2728a95 Mon Sep 17 00:00:00 2001 From: Sean Fertile Date: Tue, 25 Feb 2020 12:41:31 -0500 Subject: [PATCH] [PowerPC][NFC] Remove comments mentioning Darwin and VRSAVE from lit test. --- llvm/test/CodeGen/PowerPC/sjlj.ll | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/llvm/test/CodeGen/PowerPC/sjlj.ll b/llvm/test/CodeGen/PowerPC/sjlj.ll index 7c8f83e..4a57732 100644 --- a/llvm/test/CodeGen/PowerPC/sjlj.ll +++ b/llvm/test/CodeGen/PowerPC/sjlj.ll @@ -59,11 +59,10 @@ return: ; preds = %if.end, %if.then %3 = load i32, i32* %retval ret i32 %3 -; FIXME: We should be saving VRSAVE on Darwin, but we're not! ; CHECK-LABEL: main: ; CHECK: std -; Make sure that we're not saving VRSAVE on non-Darwin: +; Make sure that we're not saving VRSAVE: ; CHECK-NOT: mfspr ; CHECK-DAG: stfd -- 2.7.4