summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChen Li <meloli87@gmail.com>2015-12-16 06:27:09 +0000
committerChen Li <meloli87@gmail.com>2015-12-16 06:27:09 +0000
commite2222fdf953624761dd102ff6c9dd99ae7cb8066 (patch)
tree118326924423b9ada008a17589c2a55e8e4e1d86
parent8ebd580cf59d74a2da1d93f3893a906023701183 (diff)
downloadbcm5719-llvm-e2222fdf953624761dd102ff6c9dd99ae7cb8066.tar.gz
bcm5719-llvm-e2222fdf953624761dd102ff6c9dd99ae7cb8066.zip
Remove FileCheck from test case token_landingpad.ll.
The test case only needs to make sure it does not crash LLVM. llvm-svn: 255755
-rw-r--r--llvm/test/CodeGen/X86/token_landingpad.ll5
1 files changed, 2 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/X86/token_landingpad.ll b/llvm/test/CodeGen/X86/token_landingpad.ll
index 68b0422f0ac..087b68bfce8 100644
--- a/llvm/test/CodeGen/X86/token_landingpad.ll
+++ b/llvm/test/CodeGen/X86/token_landingpad.ll
@@ -1,9 +1,8 @@
-; RUN: llc < %s | FileCheck %s
+; RUN: llc < %s
-; This test verifies that SelectionDAG can handle landingPad of token type.
+; This test verifies that SelectionDAG can handle landingPad of token type and not crash LLVM.
define void @test() personality i32 (...)* @dummy_personality {
-; CHECK: dummy_personality
entry:
invoke void @dummy()
to label %return unwind label %unwind
OpenPOWER on IntegriCloud