summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2013-02-13 21:41:58 +0000
committerChad Rosier <mcrosier@apple.com>2013-02-13 21:41:58 +0000
commitda05cf7ba70adfe5d2072265a9a31278680fab34 (patch)
tree2fbd950d2a7d4fb0a23010cd712a83681d18bd42
parentd92252469ed3a269e93f6b6d0f5dae0c30bb163e (diff)
downloadbcm5719-llvm-da05cf7ba70adfe5d2072265a9a31278680fab34.tar.gz
bcm5719-llvm-da05cf7ba70adfe5d2072265a9a31278680fab34.zip
[ms-inline asm] Fix up test case for non-Darwin platforms.
llvm-svn: 175087
-rw-r--r--llvm/test/CodeGen/X86/ms-inline-asm.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/ms-inline-asm.ll b/llvm/test/CodeGen/X86/ms-inline-asm.ll
index c6eb63333a0..49fba667a41 100644
--- a/llvm/test/CodeGen/X86/ms-inline-asm.ll
+++ b/llvm/test/CodeGen/X86/ms-inline-asm.ll
@@ -92,7 +92,7 @@ entry:
; CHECK: t30:
; CHECK: {{## InlineAsm Start|#APP}}
; CHECK: .intel_syntax
-; CHECK: lea edi, dword ptr [_results]
+; CHECK: lea edi, dword ptr [{{_?}}results]
; CHECK: .att_syntax
; CHECK: {{## InlineAsm End|#NO_APP}}
; CHECK: {{## InlineAsm Start|#APP}}
OpenPOWER on IntegriCloud