[llvm] r255750 - Fixed test case in rL255749: [SelectionDAGBuilder] Adds support for landingpads of token type.

Chen Li via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 15 21:05:18 PST 2015


Author: chenli
Date: Tue Dec 15 23:05:18 2015
New Revision: 255750

URL: http://llvm.org/viewvc/llvm-project?rev=255750&view=rev
Log:
Fixed test case in rL255749: [SelectionDAGBuilder] Adds support for landingpads of token type. 


Modified:
    llvm/trunk/test/CodeGen/X86/token_landingpad.ll

Modified: llvm/trunk/test/CodeGen/X86/token_landingpad.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/token_landingpad.ll?rev=255750&r1=255749&r2=255750&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/token_landingpad.ll (original)
+++ llvm/trunk/test/CodeGen/X86/token_landingpad.ll Tue Dec 15 23:05:18 2015
@@ -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




More information about the llvm-commits mailing list