diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/utf16-cfstrings.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/utf16-cfstrings.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/utf16-cfstrings.ll b/llvm/test/CodeGen/X86/utf16-cfstrings.ll index 5f0e78fccc6..773efbcdefa 100644 --- a/llvm/test/CodeGen/X86/utf16-cfstrings.ll +++ b/llvm/test/CodeGen/X86/utf16-cfstrings.ll @@ -9,7 +9,7 @@ @_unnamed_cfstring_ = private constant %struct.NSConstantString { i32* getelementptr inbounds ([0 x i32], [0 x i32]* @__CFConstantStringClassReference, i32 0, i32 0), i32 2000, i8* bitcast ([5 x i16]* @.str to i8*), i64 4 }, section "__DATA,__cfstring" ; CHECK: .section __TEXT,__ustring -; CHECK-NEXT: .align 1 +; CHECK-NEXT: .p2align 1 ; CHECK-NEXT: _.str: ; CHECK-NEXT: .short 252 ## 0xfc ; CHECK-NEXT: .short 98 ## 0x62 |