From 948c9f93c4017262db155e57e107a76d4276bd8b Mon Sep 17 00:00:00 2001 From: Krzysztof Parzyszek Date: Thu, 21 Feb 2019 19:33:58 +0000 Subject: Revert r354606, it breaks asan tests llvm-svn: 354609 --- llvm/test/CodeGen/Hexagon/trap-crash.ll | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 llvm/test/CodeGen/Hexagon/trap-crash.ll (limited to 'llvm/test/CodeGen/Hexagon/trap-crash.ll') diff --git a/llvm/test/CodeGen/Hexagon/trap-crash.ll b/llvm/test/CodeGen/Hexagon/trap-crash.ll deleted file mode 100644 index e940d98b620..00000000000 --- a/llvm/test/CodeGen/Hexagon/trap-crash.ll +++ /dev/null @@ -1,20 +0,0 @@ -; RUN: llc -march=hexagon < %s | FileCheck %s - -; Generate code that is guaranteed to crash. At the moment, it's a -; misaligned load. -; CHECK: memd(##3134984174) - -target triple = "hexagon" - -; Function Attrs: noreturn nounwind -define i32 @f0() #0 { -entry: - tail call void @llvm.trap() - unreachable -} - -; Function Attrs: cold noreturn nounwind -declare void @llvm.trap() #1 - -attributes #0 = { noreturn nounwind "target-cpu"="hexagonv60" } -attributes #1 = { cold noreturn nounwind } -- cgit v1.2.3