summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChen Li <meloli87@gmail.com>2015-12-16 05:05:18 +0000
committerChen Li <meloli87@gmail.com>2015-12-16 05:05:18 +0000
commit3e0da9de771b1310cd8992afb31e96315db9afa0 (patch)
tree5fe57f60d3ec80fca22564c6a64a58352baa38d2
parent3e8330a1feeb01e2fe30f29e376fa5f60ce8abcb (diff)
downloadbcm5719-llvm-3e0da9de771b1310cd8992afb31e96315db9afa0.tar.gz
bcm5719-llvm-3e0da9de771b1310cd8992afb31e96315db9afa0.zip
Fixed test case in rL255749: [SelectionDAGBuilder] Adds support for landingpads of token type.
llvm-svn: 255750
-rw-r--r--llvm/test/CodeGen/X86/token_landingpad.ll2
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
OpenPOWER on IntegriCloud