projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2993454
)
Fixed test case in rL255749: [SelectionDAGBuilder] Adds support for landingpads of...
author
Chen Li
<meloli87@gmail.com>
Wed, 16 Dec 2015 05:05:18 +0000
(
05:05
+0000)
committer
Chen Li
<meloli87@gmail.com>
Wed, 16 Dec 2015 05:05:18 +0000
(
05:05
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@255750
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/X86/token_landingpad.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/X86/token_landingpad.ll
b/test/CodeGen/X86/token_landingpad.ll
index 41e8a7932353e7d1f7e0ece389ee18271457360e..68b0422f0ac0b1f0249d74d67fca5f958341a09f 100644
(file)
--- a/
test/CodeGen/X86/token_landingpad.ll
+++ b/
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