aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/Generic/inline-asm-special-strings.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/Generic/inline-asm-special-strings.ll')
-rw-r--r--test/CodeGen/Generic/inline-asm-special-strings.ll6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/CodeGen/Generic/inline-asm-special-strings.ll b/test/CodeGen/Generic/inline-asm-special-strings.ll
deleted file mode 100644
index 5ef568863bad..000000000000
--- a/test/CodeGen/Generic/inline-asm-special-strings.ll
+++ /dev/null
@@ -1,6 +0,0 @@
-; RUN: llc -no-integrated-as < %s | grep "foo 0 0"
-
-define void @bar() nounwind {
- tail call void asm sideeffect "foo ${:uid} ${:uid}", ""() nounwind
- ret void
-}