]> granicus.if.org Git - clang/commitdiff
Whitespace.
authorChad Rosier <mcrosier@apple.com>
Wed, 12 Sep 2012 23:03:48 +0000 (23:03 +0000)
committerChad Rosier <mcrosier@apple.com>
Wed, 12 Sep 2012 23:03:48 +0000 (23:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@163751 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/ms-inline-asm.c

index 62522c1914fcf781b58dc46de025c31efd688795..b08f869ac44bffd1351e6e4ad7681d684a5e770b 100644 (file)
@@ -137,7 +137,7 @@ void t15(void) {
 void t16(unsigned long long V) {
   __asm mov eax, DWORD PTR [V]
 // CHECK: t16
-// CHECK:   call void asm sideeffect inteldialect "mov eax, DWORD PTR [$0]", "r,~{eax},~{dirflag},~{fpsr},~{flags}"(i64 %{{.*}}) nounwind
+// CHECK: call void asm sideeffect inteldialect "mov eax, DWORD PTR [$0]", "r,~{eax},~{dirflag},~{fpsr},~{flags}"(i64 %{{.*}}) nounwind
 }
 
 void t17(void) {