summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/ms-inline-asm.c
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2012-10-23 17:44:40 +0000
committerChad Rosier <mcrosier@apple.com>2012-10-23 17:44:40 +0000
commitb8097dec8fa62d7d930c7375e1373bf1fbd714bc (patch)
tree7f13ec82c1ae16f317af068afb33692532711b22 /clang/test/CodeGen/ms-inline-asm.c
parent37e755cee2c84994ffc1f06bb89cb246fe4a1171 (diff)
downloadbcm5719-llvm-b8097dec8fa62d7d930c7375e1373bf1fbd714bc.tar.gz
bcm5719-llvm-b8097dec8fa62d7d930c7375e1373bf1fbd714bc.zip
[ms-inline asm] Update for r166433.
llvm-svn: 166489
Diffstat (limited to 'clang/test/CodeGen/ms-inline-asm.c')
-rw-r--r--clang/test/CodeGen/ms-inline-asm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/CodeGen/ms-inline-asm.c b/clang/test/CodeGen/ms-inline-asm.c
index 90d05a4e70c..83cabcc6f4f 100644
--- a/clang/test/CodeGen/ms-inline-asm.c
+++ b/clang/test/CodeGen/ms-inline-asm.c
@@ -144,4 +144,5 @@ void t15() {
__asm mov eax, offset var ; eax = address of myvar
// CHECK: t15
// CHECK: call void asm sideeffect inteldialect "mov eax, dword ptr $0", "*m,~{eax},~{dirflag},~{fpsr},~{flags}"(i32* %{{.*}}) nounwind
+// CHECK: call void asm sideeffect inteldialect "mov eax, $0", "r,~{eax},~{dirflag},~{fpsr},~{flags}"(i32* %{{.*}}) nounwind
}
OpenPOWER on IntegriCloud