Skip to content

Commit 48de3e0

Browse files
committed
Fix nomerge test comment
1 parent 03db448 commit 48de3e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/test/CodeGen/X86/ubsan-trap-nomerge.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_llc_test_checks.py UTC_ARGS: --version 5
22
; RUN: llc -O3 -mtriple x86_64 -filetype asm -o - %s | FileCheck %s
33
;
4-
; This test shows that ubsantrap can, in the absence of nomerge, be merged by
5-
; the backend into a single ud1 instruction (thus making debugging difficult).
4+
; This tests that the nomerge attribute for ubsantrap works correctly i.e.,
5+
; they are lowered to separate ud1 instructions.
66
;
77
; The LLVM IR was generated from clang/test/CodeGen/ubsan-trap-merge.c with
88
; 'nomerge' manually added to ubsantraps.

0 commit comments

Comments
 (0)