From: Chen Li Date: Wed, 16 Dec 2015 06:27:09 +0000 (+0000) Subject: Remove FileCheck from test case token_landingpad.ll. X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=813f44a29fd0fd140127023222d0633e23783bcc Remove FileCheck from test case token_landingpad.ll. The test case only needs to make sure it does not crash LLVM. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@255755 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/X86/token_landingpad.ll b/test/CodeGen/X86/token_landingpad.ll index 68b0422f0ac..087b68bfce8 100644 --- a/test/CodeGen/X86/token_landingpad.ll +++ b/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