summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/mozilla-ms-inline-asm.c
diff options
context:
space:
mode:
authorCoby Tayree <coby.tayree@intel.com>2017-08-24 08:47:26 +0000
committerCoby Tayree <coby.tayree@intel.com>2017-08-24 08:47:26 +0000
commitcfa3810aa0137984a730fb3bc65d0307ed7f1640 (patch)
treee0fabb65daef64d13170d2e6d9e26872338f3d0e /clang/test/CodeGen/mozilla-ms-inline-asm.c
parentd89128925bd56ca314ffb4c895b06e566560c51a (diff)
downloadbcm5719-llvm-cfa3810aa0137984a730fb3bc65d0307ed7f1640.tar.gz
bcm5719-llvm-cfa3810aa0137984a730fb3bc65d0307ed7f1640.zip
Fixups to FE tests affected by D36793
Differential Revision: https://reviews.llvm.org/D36794 llvm-svn: 311640
Diffstat (limited to 'clang/test/CodeGen/mozilla-ms-inline-asm.c')
-rw-r--r--clang/test/CodeGen/mozilla-ms-inline-asm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/mozilla-ms-inline-asm.c b/clang/test/CodeGen/mozilla-ms-inline-asm.c
index 26e8ebce1e2..0774c8cb304 100644
--- a/clang/test/CodeGen/mozilla-ms-inline-asm.c
+++ b/clang/test/CodeGen/mozilla-ms-inline-asm.c
@@ -33,7 +33,7 @@ void invoke(void* that, unsigned methodIndex,
// CHECK-SAME: push ecx
// CHECK-SAME: mov edx,[ecx]
// CHECK-SAME: mov eax,$4
-// CHECK-SAME: call dword ptr[edx+eax*$$4]
+// CHECK-SAME: call dword ptr[edx + eax * $$4]
// CHECK-SAME: mov esp,ebp
// CHECK-SAME: pop ebp
// CHECK-SAME: ret
OpenPOWER on IntegriCloud