[llvm-commits] [llvm] r147921 - /llvm/trunk/test/CodeGen/X86/2012-01-10-UndefExceptionEdge.ll

Jakob Stoklund Olesen stoklund at 2pi.dk
Tue Jan 10 19:42:27 PST 2012


Author: stoklund
Date: Tue Jan 10 21:42:27 2012
New Revision: 147921

URL: http://llvm.org/viewvc/llvm-project?rev=147921&view=rev
Log:
Disable test that seems to expose an unrelated Linux issue.

Modified:
    llvm/trunk/test/CodeGen/X86/2012-01-10-UndefExceptionEdge.ll

Modified: llvm/trunk/test/CodeGen/X86/2012-01-10-UndefExceptionEdge.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/2012-01-10-UndefExceptionEdge.ll?rev=147921&r1=147920&r2=147921&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/2012-01-10-UndefExceptionEdge.ll (original)
+++ llvm/trunk/test/CodeGen/X86/2012-01-10-UndefExceptionEdge.ll Tue Jan 10 21:42:27 2012
@@ -1,4 +1,5 @@
-; RUN: llc < %s -disable-fp-elim
+; RUN: true
+; DONT: llc < %s -disable-fp-elim
 target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:128:128-n8:16:32-S128"
 target triple = "i386-apple-macosx10.7"
 





More information about the llvm-commits mailing list