diff options
author | Chad Rosier <mcrosier@apple.com> | 2012-10-23 23:32:21 +0000 |
---|---|---|
committer | Chad Rosier <mcrosier@apple.com> | 2012-10-23 23:32:21 +0000 |
commit | 03c181b0214a474f0648283c9a7ebd8f05c2f45b (patch) | |
tree | abdaf3a075e56e784c4e7b863d9e1c2683b872f7 /clang | |
parent | 146310a1c1d88418f05043f5fe2a110847497d17 (diff) | |
download | bcm5719-llvm-03c181b0214a474f0648283c9a7ebd8f05c2f45b.tar.gz bcm5719-llvm-03c181b0214a474f0648283c9a7ebd8f05c2f45b.zip |
[ms-inline asm] Update the triple to test r166523.
llvm-svn: 166524
Diffstat (limited to 'clang')
-rw-r--r-- | clang/test/CodeGen/ms-inline-asm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/ms-inline-asm.c b/clang/test/CodeGen/ms-inline-asm.c index 83cabcc6f4f..3997c53ee26 100644 --- a/clang/test/CodeGen/ms-inline-asm.c +++ b/clang/test/CodeGen/ms-inline-asm.c @@ -1,5 +1,5 @@ // REQUIRES: x86-64-registered-target -// RUN: %clang_cc1 %s -triple x86_64-apple-darwin10 -O0 -fms-extensions -fenable-experimental-ms-inline-asm -w -emit-llvm -o - | FileCheck %s +// RUN: %clang_cc1 %s -triple i386-apple-darwin10 -O0 -fms-extensions -fenable-experimental-ms-inline-asm -w -emit-llvm -o - | FileCheck %s void t1() { // CHECK: @t1 |