summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/inline-asm-ptr-cast.ll
diff options
context:
space:
mode:
authorJohn Thompson <John.Thompson.JTSoftware@gmail.com>2010-11-18 00:50:20 +0000
committerJohn Thompson <John.Thompson.JTSoftware@gmail.com>2010-11-18 00:50:20 +0000
commitd3b809d476caede8201872f4119aac5ab038faa8 (patch)
tree6d24d728d368c71096839151bad213a1cf3f9578 /test/CodeGen/X86/inline-asm-ptr-cast.ll
parent160f8f0e6779b76c7713036c8580ae25c5aad586 (diff)
downloadllvm-d3b809d476caede8201872f4119aac5ab038faa8.tar.gz
llvm-d3b809d476caede8201872f4119aac5ab038faa8.tar.bz2
llvm-d3b809d476caede8201872f4119aac5ab038faa8.tar.xz
Fixed to use input redirection for source - to eliminate .s output.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119599 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/inline-asm-ptr-cast.ll')
-rw-r--r--test/CodeGen/X86/inline-asm-ptr-cast.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/inline-asm-ptr-cast.ll b/test/CodeGen/X86/inline-asm-ptr-cast.ll
index e56b404cba..50e3021018 100644
--- a/test/CodeGen/X86/inline-asm-ptr-cast.ll
+++ b/test/CodeGen/X86/inline-asm-ptr-cast.ll
@@ -1,4 +1,4 @@
-; RUN: llc -mtriple=x86_64-unknown-linux-gnu %s
+; RUN: llc -mtriple=x86_64-unknown-linux-gnu <%s
; ModuleID = 'bug.c'
target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64"
target triple = "x86_64-unknown-linux-gnu"