summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86
diff options
context:
space:
mode:
authorGalina Kistanova <gkistanova@gmail.com>2011-06-18 00:59:37 +0000
committerGalina Kistanova <gkistanova@gmail.com>2011-06-18 00:59:37 +0000
commita566ec94e64855c2e651d161caaa27f9013b48fc (patch)
tree4180d2368824fb7ab278992eaf48c735203272fa /test/CodeGen/X86
parent3b6434e360315849a65b1ac85e16d160131a77a4 (diff)
downloadllvm-a566ec94e64855c2e651d161caaa27f9013b48fc.tar.gz
llvm-a566ec94e64855c2e651d161caaa27f9013b48fc.tar.bz2
llvm-a566ec94e64855c2e651d161caaa27f9013b48fc.tar.xz
Moved to the right place.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133324 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86')
-rw-r--r--test/CodeGen/X86/2008-06-04-IndirectMem.ll12
1 files changed, 0 insertions, 12 deletions
diff --git a/test/CodeGen/X86/2008-06-04-IndirectMem.ll b/test/CodeGen/X86/2008-06-04-IndirectMem.ll
deleted file mode 100644
index 054a3cad90..0000000000
--- a/test/CodeGen/X86/2008-06-04-IndirectMem.ll
+++ /dev/null
@@ -1,12 +0,0 @@
-; RUN: llc < %s -march=c | grep {"m"(llvm_cbe_newcw))}
-; PR2407
-
-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:32:32"
-target triple = "i386-pc-linux-gnu"
-
-define void @foo() {
- %newcw = alloca i16 ; <i16*> [#uses=2]
- call void asm sideeffect "fldcw $0", "*m,~{dirflag},~{fpsr},~{flags}"( i16*
-%newcw ) nounwind
- ret void
-}