aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2006-07-10-InlineAsmAConstraint.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/2006-07-10-InlineAsmAConstraint.ll')
-rw-r--r--test/CodeGen/X86/2006-07-10-InlineAsmAConstraint.ll8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/CodeGen/X86/2006-07-10-InlineAsmAConstraint.ll b/test/CodeGen/X86/2006-07-10-InlineAsmAConstraint.ll
deleted file mode 100644
index 4ea364d57e51..000000000000
--- a/test/CodeGen/X86/2006-07-10-InlineAsmAConstraint.ll
+++ /dev/null
@@ -1,8 +0,0 @@
-; RUN: llc < %s -march=x86
-; PR825
-
-define i64 @test() {
- %tmp.i5 = call i64 asm sideeffect "rdtsc", "=A,~{dirflag},~{fpsr},~{flags}"( ) ; <i64> [#uses=1]
- ret i64 %tmp.i5
-}
-