aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/ms-inline-asm.ll
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2012-09-11 16:33:10 +0000
committerChad Rosier <mcrosier@apple.com>2012-09-11 16:33:10 +0000
commitef68cfa8b87f39a25718ae3b3378e9148a107c8f (patch)
tree17088923fb9afe8f0337d387ec7951700d99c03b /test/CodeGen/X86/ms-inline-asm.ll
parent1eba4a7a28f7e0156725518783dc35137869a670 (diff)
downloadexternal_llvm-ef68cfa8b87f39a25718ae3b3378e9148a107c8f.zip
external_llvm-ef68cfa8b87f39a25718ae3b3378e9148a107c8f.tar.gz
external_llvm-ef68cfa8b87f39a25718ae3b3378e9148a107c8f.tar.bz2
Formatting. No functional change intended.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163627 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/ms-inline-asm.ll')
-rw-r--r--test/CodeGen/X86/ms-inline-asm.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/ms-inline-asm.ll b/test/CodeGen/X86/ms-inline-asm.ll
index 014132b..8db8658 100644
--- a/test/CodeGen/X86/ms-inline-asm.ll
+++ b/test/CodeGen/X86/ms-inline-asm.ll
@@ -2,7 +2,7 @@
define i32 @t1() nounwind {
entry:
- %0 = tail call i32 asm sideeffect inteldialect "mov eax, $1\0Amov $0, eax", "=r,r,~{eax},~{dirflag},~{fpsr},~{flags}"(i32 1) nounwind
+ %0 = tail call i32 asm sideeffect inteldialect "mov eax, $1\0A\09mov $0, eax", "=r,r,~{eax},~{dirflag},~{fpsr},~{flags}"(i32 1) nounwind
ret i32 %0
; CHECK: t1
; CHECK: {{## InlineAsm Start|#APP}}