aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/CBackend
diff options
context:
space:
mode:
authorGalina Kistanova <gkistanova@gmail.com>2011-06-17 18:26:23 +0000
committerGalina Kistanova <gkistanova@gmail.com>2011-06-17 18:26:23 +0000
commited6fa188c4cf2d382991dd054f7c5157420908c3 (patch)
treea7fa4889f20bb07f34477f9a5aaca176a0bfbf08 /test/CodeGen/CBackend
parent4f6bab98c54a93276b8370d3f61f63bf765f7e1f (diff)
downloadexternal_llvm-ed6fa188c4cf2d382991dd054f7c5157420908c3.zip
external_llvm-ed6fa188c4cf2d382991dd054f7c5157420908c3.tar.gz
external_llvm-ed6fa188c4cf2d382991dd054f7c5157420908c3.tar.bz2
est 2008-06-04-indirectmem.ll is X86-specific. Move to X86 folder.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133275 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/CBackend')
-rw-r--r--test/CodeGen/CBackend/2008-06-04-IndirectMem.ll12
1 files changed, 0 insertions, 12 deletions
diff --git a/test/CodeGen/CBackend/2008-06-04-IndirectMem.ll b/test/CodeGen/CBackend/2008-06-04-IndirectMem.ll
deleted file mode 100644
index 054a3ca..0000000
--- a/test/CodeGen/CBackend/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
-}