aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/i2k.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/i2k.ll')
-rw-r--r--test/CodeGen/X86/i2k.ll9
1 files changed, 0 insertions, 9 deletions
diff --git a/test/CodeGen/X86/i2k.ll b/test/CodeGen/X86/i2k.ll
deleted file mode 100644
index 83c10a58a3a8..000000000000
--- a/test/CodeGen/X86/i2k.ll
+++ /dev/null
@@ -1,9 +0,0 @@
-; RUN: llc < %s -march=x86
-
-define void @foo(i2011* %x, i2011* %y, i2011* %p) nounwind {
- %a = load i2011, i2011* %x
- %b = load i2011, i2011* %y
- %c = add i2011 %a, %b
- store i2011 %c, i2011* %p
- ret void
-}