aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-08-19 06:35:36 +0000
committerChris Lattner <sabre@nondot.org>2009-08-19 06:35:36 +0000
commit6ad99b207e53f029543135717c235823a654f7f6 (patch)
treee7a1006affc4be3bac6b250fc499a916d2189d16 /test/MC
parenta5490d945a3dab7b317e76be6dd7abe0f721d5b8 (diff)
downloadexternal_llvm-6ad99b207e53f029543135717c235823a654f7f6.zip
external_llvm-6ad99b207e53f029543135717c235823a654f7f6.tar.gz
external_llvm-6ad99b207e53f029543135717c235823a654f7f6.tar.bz2
fix asmstreaming of 2/4 byte elements with pow-2 alignments.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79408 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/MC')
-rw-r--r--test/MC/AsmParser/directive_align.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/MC/AsmParser/directive_align.s b/test/MC/AsmParser/directive_align.s
index c60be19..b381f1e 100644
--- a/test/MC/AsmParser/directive_align.s
+++ b/test/MC/AsmParser/directive_align.s
@@ -1,7 +1,7 @@
-# RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
+# RUN: llvm-mc -triple i386-apple-darwin9 %s | FileCheck %s
# CHECK: TEST0:
-# CHECK: .p2align 1, 0
+# CHECK: align 1
TEST0:
.align 1