Fixed to use input redirection for source - to eliminate .s output.
authorJohn Thompson <John.Thompson.JTSoftware@gmail.com>
Thu, 18 Nov 2010 00:50:20 +0000 (00:50 +0000)
committerJohn Thompson <John.Thompson.JTSoftware@gmail.com>
Thu, 18 Nov 2010 00:50:20 +0000 (00:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119599 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/inline-asm-ptr-cast.ll

index e56b404cba2c6487e9493753d6bdf1c4e145ef0c..50e302101814957c129a7516e7d3ed288a4c149c 100644 (file)
@@ -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"