diff options
| author | Stuart Hastings <stuart@apple.com> | 2011-06-02 19:26:49 +0000 |
|---|---|---|
| committer | Stuart Hastings <stuart@apple.com> | 2011-06-02 19:26:49 +0000 |
| commit | 351422bdc8c24ae8aecdc5f39ef059b40d3540ca (patch) | |
| tree | 4bf44b47f5516b88e938abe6d383014edf6a5fb5 /llvm | |
| parent | ca9b7bbaa154501059d5fa0760d0ab372bad11d6 (diff) | |
| download | bcm5719-llvm-351422bdc8c24ae8aecdc5f39ef059b40d3540ca.tar.gz bcm5719-llvm-351422bdc8c24ae8aecdc5f39ef059b40d3540ca.zip | |
Andy pointed out a dumb omission in this test case. Thanks Andy!
llvm-svn: 132477
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/test/CodeGen/X86/2011-06-01-fildll.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/2011-06-01-fildll.ll b/llvm/test/CodeGen/X86/2011-06-01-fildll.ll index 83c35f07c0e..3a0b05fce3a 100644 --- a/llvm/test/CodeGen/X86/2011-06-01-fildll.ll +++ b/llvm/test/CodeGen/X86/2011-06-01-fildll.ll @@ -1,4 +1,4 @@ -; RUN: llc %s -march=x86 | FileCheck %s +; RUN: llc < %s -march=x86 | FileCheck %s ; ModuleID = '<stdin>' target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:128:128-n8:16:32" target triple = "i386-apple-macosx10.6.6" |

