Skip to content

Commit 7dc2542

Browse files
authored
[nfc][msan] Fix old typo in test (#113198)
1 parent cafeacf commit 7dc2542

File tree

1 file changed

+2
-1
lines changed
  • llvm/test/Instrumentation/MemorySanitizer

1 file changed

+2
-1
lines changed

llvm/test/Instrumentation/MemorySanitizer/pr32842.ll

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
; Regression test for https://bugs.llvm.org/show_bug.cgi?id=32842
22
;
33
; RUN: opt < %s -S -passes=msan 2>&1 | FileCheck %s
4-
;target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
4+
5+
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
56
target triple = "x86_64-unknown-linux-gnu"
67

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

0 commit comments

Comments
 (0)