diff options
author | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2012-01-11 09:08:04 +0000 |
---|---|---|
committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2012-01-11 09:08:04 +0000 |
commit | dec1f996152d4292133e81527ad710fbc1280946 (patch) | |
tree | c0e0f018c15d2dc9091e8eb50bb8c5201ace7e14 /test | |
parent | 6ae18e5092553cc58ecdf9aaad4a0e1590ed4626 (diff) | |
download | external_llvm-dec1f996152d4292133e81527ad710fbc1280946.zip external_llvm-dec1f996152d4292133e81527ad710fbc1280946.tar.gz external_llvm-dec1f996152d4292133e81527ad710fbc1280946.tar.bz2 |
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')
-rw-r--r-- | test/CodeGen/X86/2012-01-10-UndefExceptionEdge.ll | 3 |
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 58db3ae..832a8eb 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" |