From c857c49c0c278e1e3d0fdbba7170f374de0f7688 Mon Sep 17 00:00:00 2001 From: Roman Lebedev Date: Thu, 8 Dec 2022 02:27:36 +0300 Subject: [PATCH] [NFC] Port all SROA tests to `-passes=` syntax --- llvm/test/Transforms/SROA/big-endian.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/Transforms/SROA/big-endian.ll b/llvm/test/Transforms/SROA/big-endian.ll index c81497f..9209895 100644 --- a/llvm/test/Transforms/SROA/big-endian.ll +++ b/llvm/test/Transforms/SROA/big-endian.ll @@ -198,7 +198,7 @@ define void @test4() { ; Much like @test3, this is specifically testing big-endian management of data. ; Also similarly, it uses constants with particular bits set to help track ; whether values are corrupted, and can be easily evaluated by running through -; -instcombine to see that the i64 round-trips. +; -passes=instcombine to see that the i64 round-trips. ; ; CHECK-LABEL: @test4( ; CHECK-NEXT: entry: -- 2.7.4