diff options
| author | Chad Rosier <mcrosier@apple.com> | 2013-03-19 17:32:36 +0000 | 
|---|---|---|
| committer | Chad Rosier <mcrosier@apple.com> | 2013-03-19 17:32:36 +0000 | 
| commit | 4f667e88d09ac3bbd113298ea1a375c6c8084e24 (patch) | |
| tree | 4e46350926ffeadb78006559c8066971eefcc78c | |
| parent | 120eefd10422661feb32a7f3a55489e404eb5c37 (diff) | |
| download | bcm5719-llvm-4f667e88d09ac3bbd113298ea1a375c6c8084e24.tar.gz bcm5719-llvm-4f667e88d09ac3bbd113298ea1a375c6c8084e24.zip  | |
Update test for r177413.
llvm-svn: 177414
| -rw-r--r-- | clang/test/CodeGen/ms-inline-asm.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/CodeGen/ms-inline-asm.c b/clang/test/CodeGen/ms-inline-asm.c index b17e71751f4..37d8f0864f7 100644 --- a/clang/test/CodeGen/ms-inline-asm.c +++ b/clang/test/CodeGen/ms-inline-asm.c @@ -182,7 +182,7 @@ int t18() {    }    return foo.b;  // CHECK: t18 -// CHECK: call void asm sideeffect inteldialect "lea ebx, foo\0A\09mov eax, [ebx].0\0A\09mov [ebx].4, ecx", "~{eax},~{dirflag},~{fpsr},~{flags}"() [[NUW]] +// CHECK: call void asm sideeffect inteldialect "lea ebx, qword ptr foo\0A\09mov eax, [ebx].0\0A\09mov [ebx].4, ecx", "~{eax},~{dirflag},~{fpsr},~{flags}"() [[NUW]]  }  int t19() { @@ -196,7 +196,7 @@ int t19() {    }    return foo.b;  // CHECK: t19 -// CHECK: call void asm sideeffect inteldialect "lea ebx, foo\0A\09mov eax, [ebx].0\0A\09mov [ebx].4, ecx", "~{eax},~{dirflag},~{fpsr},~{flags}"() [[NUW]] +// CHECK: call void asm sideeffect inteldialect "lea ebx, qword ptr foo\0A\09mov eax, [ebx].0\0A\09mov [ebx].4, ecx", "~{eax},~{dirflag},~{fpsr},~{flags}"() [[NUW]]  }  void t20() {  | 

