diff options
author | Tanya Lattner <tonic@nondot.org> | 2007-10-15 16:35:13 +0000 |
---|---|---|
committer | Tanya Lattner <tonic@nondot.org> | 2007-10-15 16:35:13 +0000 |
commit | 1655ea1f1411324b06471dbd06c95d791ff6bb22 (patch) | |
tree | 4f95e5b337effd492e0e99d2337da6c032e327d5 /test/CodeGen/X86 | |
parent | 0cd172a7b8d1e7c55d59f9bac6e07ce99eaf7c5d (diff) | |
download | external_llvm-1655ea1f1411324b06471dbd06c95d791ff6bb22.zip external_llvm-1655ea1f1411324b06471dbd06c95d791ff6bb22.tar.gz external_llvm-1655ea1f1411324b06471dbd06c95d791ff6bb22.tar.bz2 |
Fix run line.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42990 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86')
-rw-r--r-- | test/CodeGen/X86/2007-10-14-CoalescerCrash.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2007-10-14-CoalescerCrash.ll b/test/CodeGen/X86/2007-10-14-CoalescerCrash.ll index d29ac83..6cac558 100644 --- a/test/CodeGen/X86/2007-10-14-CoalescerCrash.ll +++ b/test/CodeGen/X86/2007-10-14-CoalescerCrash.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc -mtriple=x86_64-apple-darwin | \ +; RUN: llvm-as < %s | llc -mtriple=x86_64-apple-darwin %struct._Unwind_Context = type { } |