Fix typo in test.

llvm-svn: 144774
This commit is contained in:
Nick Lewycky 2011-11-16 03:56:38 +00:00
parent c7f1e7993c
commit db408f1857
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
; RUN: opt -basicaa -dse -S -o - | FileCheck %s
; RUN: opt -basicaa -dse -S -o - %s | FileCheck %s
; PR11390
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-S128"
target triple = "x86_64-unknown-linux-gnu"