diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/seh-exception-code.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/seh-exception-code.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/seh-exception-code.ll b/llvm/test/CodeGen/X86/seh-exception-code.ll index 3a314553ca1..e481a8e308c 100644 --- a/llvm/test/CodeGen/X86/seh-exception-code.ll +++ b/llvm/test/CodeGen/X86/seh-exception-code.ll @@ -36,6 +36,6 @@ catchendblock: ; preds = %catch.dispatch ; CHECK: xorl %ecx, %ecx ; CHECK: callq f -; CHECK: # %__except +; CHECK: # %catch.dispatch ; CHECK: movl %eax, %ecx ; CHECK-NEXT: callq f |