summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/X86')
-rw-r--r--llvm/test/CodeGen/X86/win32-eh-available-externally.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/win32-eh-available-externally.ll b/llvm/test/CodeGen/X86/win32-eh-available-externally.ll
index 49da191de97..47eee30bd42 100644
--- a/llvm/test/CodeGen/X86/win32-eh-available-externally.ll
+++ b/llvm/test/CodeGen/X86/win32-eh-available-externally.ll
@@ -2,7 +2,7 @@
; RUN: llc < %s | FileCheck %s --check-prefix=ASM
; IR-NOT: define.*__ehhandler
-; IR: define available_externally void @foo(void ()*)
+; IR: define available_externally void @foo(void ()* %0)
; IR-NOT: define.*__ehhandler
; No code should be emitted.
OpenPOWER on IntegriCloud