aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/newline-and-quote.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/newline-and-quote.ll')
-rw-r--r--test/CodeGen/X86/newline-and-quote.ll6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/CodeGen/X86/newline-and-quote.ll b/test/CodeGen/X86/newline-and-quote.ll
deleted file mode 100644
index 9206e9f398eb..000000000000
--- a/test/CodeGen/X86/newline-and-quote.ll
+++ /dev/null
@@ -1,6 +0,0 @@
-; RUN: llc < %s -mtriple=x86_64-pc-linux-gnu | FileCheck %s
-@"foo\22bar" = global i32 42
-; CHECK: .globl "foo\"bar"
-
-@"foo\0abar" = global i32 42
-; CHECK: .globl "foo\nbar"