diff options
Diffstat (limited to 'test/CodeGen/X86/compiler_used.ll')
-rw-r--r-- | test/CodeGen/X86/compiler_used.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/compiler_used.ll b/test/CodeGen/X86/compiler_used.ll index b67bc36..be8de5e 100644 --- a/test/CodeGen/X86/compiler_used.ll +++ b/test/CodeGen/X86/compiler_used.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc -mtriple=i386-apple-darwin9 | grep no_dead_strip | count 1 +; RUN: llc < %s -mtriple=i386-apple-darwin9 | grep no_dead_strip | count 1 ; We should have a .no_dead_strip directive for Z but not for X/Y. @X = internal global i8 4 |