summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2012-01-10-UndefExceptionEdge.ll
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2012-01-11 09:08:04 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2012-01-11 09:08:04 +0000
commitdec1f996152d4292133e81527ad710fbc1280946 (patch)
treec0e0f018c15d2dc9091e8eb50bb8c5201ace7e14 /test/CodeGen/X86/2012-01-10-UndefExceptionEdge.ll
parent6ae18e5092553cc58ecdf9aaad4a0e1590ed4626 (diff)
downloadllvm-dec1f996152d4292133e81527ad710fbc1280946.tar.gz
llvm-dec1f996152d4292133e81527ad710fbc1280946.tar.bz2
llvm-dec1f996152d4292133e81527ad710fbc1280946.tar.xz
Fix undefined code and reenable test case.
I don't think the compact encoding code is right, but at least is has defined behavior now. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@147938 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/2012-01-10-UndefExceptionEdge.ll')
-rw-r--r--test/CodeGen/X86/2012-01-10-UndefExceptionEdge.ll3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/CodeGen/X86/2012-01-10-UndefExceptionEdge.ll b/test/CodeGen/X86/2012-01-10-UndefExceptionEdge.ll
index 58db3aedb4..832a8eb814 100644
--- a/test/CodeGen/X86/2012-01-10-UndefExceptionEdge.ll
+++ b/test/CodeGen/X86/2012-01-10-UndefExceptionEdge.ll
@@ -1,5 +1,4 @@
-; RUN: true
-; DONT: llc < %s -disable-fp-elim
+; RUN: 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"