diff options
Diffstat (limited to 'test/CodeGen/packed-structure.c')
-rw-r--r-- | test/CodeGen/packed-structure.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/CodeGen/packed-structure.c b/test/CodeGen/packed-structure.c index 3aeaa23..ffd98db 100644 --- a/test/CodeGen/packed-structure.c +++ b/test/CodeGen/packed-structure.c @@ -1,5 +1,4 @@ // RUN: %clang_cc1 -triple x86_64 -emit-llvm -o - %s | opt -S -strip -o %t -// RUX: llvm-gcc -flto -S -O3 -o %t %s // RUN: FileCheck --check-prefix=CHECK-GLOBAL < %t %s // RUN: FileCheck --check-prefix=CHECK-FUNCTIONS < %t %s |