diff options
-rw-r--r-- | llvm/test/CodeGen/X86/token_landingpad.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/token_landingpad.ll b/llvm/test/CodeGen/X86/token_landingpad.ll index 41e8a793235..68b0422f0ac 100644 --- a/llvm/test/CodeGen/X86/token_landingpad.ll +++ b/llvm/test/CodeGen/X86/token_landingpad.ll @@ -3,7 +3,7 @@ ; This test verifies that SelectionDAG can handle landingPad of token type. define void @test() personality i32 (...)* @dummy_personality { -; CHECK: .cfi_personality 155, _dummy_personality +; CHECK: dummy_personality entry: invoke void @dummy() to label %return unwind label %unwind |