Skip to content

Commit

Permalink
[nfc][msan] Fix old typo in test (#113198)
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalybuka authored Oct 21, 2024
1 parent cafeacf commit 7dc2542
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion llvm/test/Instrumentation/MemorySanitizer/pr32842.ll
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
; Regression test for https://bugs.llvm.org/show_bug.cgi?id=32842
;
; RUN: opt < %s -S -passes=msan 2>&1 | FileCheck %s
;target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"

target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-unknown-linux-gnu"

define zeroext i1 @_Z1fii(i32 %x, i32 %y) sanitize_memory {
Expand Down

0 comments on commit 7dc2542

Please sign in to comment.