aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/i128-immediate.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/i128-immediate.ll')
-rw-r--r--test/CodeGen/X86/i128-immediate.ll5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/CodeGen/X86/i128-immediate.ll b/test/CodeGen/X86/i128-immediate.ll
deleted file mode 100644
index c47569e700f5..000000000000
--- a/test/CodeGen/X86/i128-immediate.ll
+++ /dev/null
@@ -1,5 +0,0 @@
-; RUN: llc < %s -march=x86-64 | grep movq | count 2
-
-define i128 @__addvti3() {
- ret i128 -1
-}