Skip to content

Commit 69233c7

Browse files
authored
Merge pull request swiftlang#79280 from meg-gupta/csetest
[Test] Run test on 64-bit platforms only
2 parents f393962 + 27de3db commit 69233c7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/SILOptimizer/cse_ossa_nontrivial.sil

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
// RUN: %target-sil-opt -sil-print-types -enable-sil-verify-all %s -update-borrowed-from -cse | %FileCheck %s
2+
// REQUIRES: PTRSIZE=64
3+
24
sil_stage canonical
35

46
import Builtin

0 commit comments

Comments
 (0)