aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/physreg-pairs-error.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/physreg-pairs-error.ll')
-rw-r--r--test/CodeGen/X86/physreg-pairs-error.ll12
1 files changed, 0 insertions, 12 deletions
diff --git a/test/CodeGen/X86/physreg-pairs-error.ll b/test/CodeGen/X86/physreg-pairs-error.ll
deleted file mode 100644
index 3ee52023b61..00000000000
--- a/test/CodeGen/X86/physreg-pairs-error.ll
+++ /dev/null
@@ -1,12 +0,0 @@
-; RUN: not llc -mtriple=i386-unknown-linux-gnu -o - %s 2>&1 | FileCheck %s
-
-; CHECK: error: couldn't allocate input reg for constraint '{esp}'
-define dso_local i64 @test_esp(i64 %in) local_unnamed_addr nounwind {
-entry:
- %0 = tail call i64 asm sideeffect "mov $1, $0", "=r,{esp},~{dirflag},~{fpsr},~{flags}"(i64 81985529216486895)
- %conv = trunc i64 %0 to i32
- %add = add nsw i32 %conv, 3
- %conv1 = sext i32 %add to i64
- ret i64 %conv1
-}
-