From: Roman Lebedev Date: Wed, 7 Dec 2022 23:27:36 +0000 (+0300) Subject: [NFC] Port all SROA tests to `-passes=` syntax X-Git-Tag: upstream/17.0.6~24786 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c857c49c0c278e1e3d0fdbba7170f374de0f7688;p=platform%2Fupstream%2Fllvm.git [NFC] Port all SROA tests to `-passes=` syntax --- 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: