Skip to content

Commit 967f6a8

Browse files
committed
address pr comment
1 parent 863a8eb commit 967f6a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/test/Transforms/GVN/PRE/no-pre-load-for-token-like.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 6
22
; RUN: opt -S -passes=gvn %s | FileCheck %s
33

4-
; NOTE: A test to confirm GVN doesn't introduce phis for pre loads of token
5-
; NOTE: like types. This implies the CHECKS should exactly match the IR.
4+
; NOTE: A test to confirm GVN doesn't collapse loads of token-like types into
5+
; NOTE: phi nodes.
66

77
define ptr @main() {
88
; CHECK-LABEL: define ptr @main() {

0 commit comments

Comments
 (0)