[llvm] eb1c040 - [PowerPC][NFC] Remove comments mentioning Darwin and VRSAVE from lit test.

Sean Fertile via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 25 10:40:37 PST 2020


Author: Sean Fertile
Date: 2020-02-25T13:37:58-05:00
New Revision: eb1c040b413a3542a7a6db2cae0d0d7bc2728a95

URL: https://github.com/llvm/llvm-project/commit/eb1c040b413a3542a7a6db2cae0d0d7bc2728a95
DIFF: https://github.com/llvm/llvm-project/commit/eb1c040b413a3542a7a6db2cae0d0d7bc2728a95.diff

LOG: [PowerPC][NFC] Remove comments mentioning Darwin and VRSAVE from lit test.

Added: 
    

Modified: 
    llvm/test/CodeGen/PowerPC/sjlj.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/PowerPC/sjlj.ll b/llvm/test/CodeGen/PowerPC/sjlj.ll
index 7c8f83e6ec84..4a57732ef6fa 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


        


More information about the llvm-commits mailing list