diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/empty-function.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/empty-function.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/empty-function.ll b/llvm/test/CodeGen/X86/empty-function.ll index 92bebd0ab1a..7d908311ec8 100644 --- a/llvm/test/CodeGen/X86/empty-function.ll +++ b/llvm/test/CodeGen/X86/empty-function.ll @@ -15,7 +15,7 @@ entry: ; CHECK-LABEL: f: ; WIN32: nop -; WIN64: ud2 +; WIN64: nop ; LINUX-NOT: nop ; LINUX-NOT: ud2 |