diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2016-07-23 20:41:05 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2016-07-23 20:41:05 +0000 |
commit | 01095a5d43bbfde13731688ddcf6048ebb8b7721 (patch) | |
tree | 4def12e759965de927d963ac65840d663ef9d1ea /test/CodeGen/X86/stackmap-large-constants.ll | |
parent | f0f4822ed4b66e3579e92a89f368f8fb860e218e (diff) |
Diffstat (limited to 'test/CodeGen/X86/stackmap-large-constants.ll')
-rw-r--r-- | test/CodeGen/X86/stackmap-large-constants.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/stackmap-large-constants.ll b/test/CodeGen/X86/stackmap-large-constants.ll index a38b9209a1cf9..0143a4e0fbc83 100644 --- a/test/CodeGen/X86/stackmap-large-constants.ll +++ b/test/CodeGen/X86/stackmap-large-constants.ll @@ -46,7 +46,7 @@ ; NumLiveOuts ; CHECK-NEXT: .short 0 -; CHECK-NEXT: .align 3 +; CHECK-NEXT: .p2align 3 declare void @llvm.experimental.stackmap(i64, i32, ...) |