We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a3e555 commit 6e6c61dCopy full SHA for 6e6c61d
llvm/test/Transforms/InstCombine/SystemZ/printf-opt-alignment.ll
@@ -1,8 +1,10 @@
1
-; RUN: opt < %s --passes=instcombine -S -mtriple=systemz-unknown | FileCheck %s
+; RUN: opt < %s --passes=instcombine -S | FileCheck %s
2
;
3
; Check that string replacements inserted by the instcombiner are properly aligned.
4
; The specific case checked replaces `printf("foo\n")` with `puts("foo")`
5
6
+target datalayout = "i8:8:16"
7
+
8
@msg1 = constant [17 x i8] c"Alignment Check\0A\00", align 2
9
; CHECK: c"Alignment Check\00", align 2
10
0 commit comments