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 | 82573e357fa544f5f95b63ef3519a548b1f7e478 (patch) | |
tree | 68be708b69c1d8a70002da0a9fbb2836c89f2efa /test/CodeGen/ms-inline-asm.c | |
parent | c7db84d0146a6f22b19949fb0128e2148aa92467 (diff) |
[ms-inline asm] Update the triple to test r166523.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@166524 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ms-inline-asm.c')
-rw-r--r-- | test/CodeGen/ms-inline-asm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ms-inline-asm.c b/test/CodeGen/ms-inline-asm.c index 83cabcc6f4..3997c53ee2 100644 --- a/test/CodeGen/ms-inline-asm.c +++ b/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 |