Skip to content

Commit

Permalink
[NFC] Port all ArgumentPromotion tests to -passes= syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
LebedevRI committed Dec 7, 2022
1 parent 8f92fe8 commit 679eaeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/test/Transforms/ArgumentPromotion/pr27568.ll
@@ -1,6 +1,6 @@
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --function-signature --scrub-attributes
; RUN: opt -S -passes=argpromotion < %s | FileCheck %s
; RUN: opt -S -debugify -o /dev/null < %s
; RUN: opt -S -passes=debugify -o /dev/null < %s
target triple = "x86_64-pc-windows-msvc"

define internal void @callee(i8*) {
Expand Down

0 comments on commit 679eaeb

Please sign in to comment.