[llvm] 7dc2542 - [nfc][msan] Fix old typo in test (#113198)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 21 10:55:11 PDT 2024
Author: Vitaly Buka
Date: 2024-10-21T10:55:08-07:00
New Revision: 7dc2542ac24fcae89dfd179fa58c4ec4fb959e2b
URL: https://github.com/llvm/llvm-project/commit/7dc2542ac24fcae89dfd179fa58c4ec4fb959e2b
DIFF: https://github.com/llvm/llvm-project/commit/7dc2542ac24fcae89dfd179fa58c4ec4fb959e2b.diff
LOG: [nfc][msan] Fix old typo in test (#113198)
Added:
Modified:
llvm/test/Instrumentation/MemorySanitizer/pr32842.ll
Removed:
################################################################################
diff --git a/llvm/test/Instrumentation/MemorySanitizer/pr32842.ll b/llvm/test/Instrumentation/MemorySanitizer/pr32842.ll
index 381ab1b3a4354f..e647108771619b 100644
--- a/llvm/test/Instrumentation/MemorySanitizer/pr32842.ll
+++ b/llvm/test/Instrumentation/MemorySanitizer/pr32842.ll
@@ -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 {
More information about the llvm-commits
mailing list