1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 12:12:47 +01:00

Fix the test for r231201. We don't crash anymore.

llvm-svn: 231207
This commit is contained in:
Filipe Cabecinhas 2015-03-04 02:09:40 +00:00
parent 22e443bb29
commit 1f8bf333db

View File

@ -1,4 +1,4 @@
; RUN: not --crash llc < %s -fast-isel -fast-isel-abort=2 -mtriple=x86_64-apple-darwin10
; RUN: not llc < %s -fast-isel -fast-isel-abort=2 -mtriple=x86_64-apple-darwin10
; REQUIRES: asserts
%struct.s0 = type { x86_fp80, x86_fp80 }