Run tbaa before basicaa, since that's how it's expected to be used.

llvm-svn: 116731
This commit is contained in:
Dan Gohman 2010-10-18 18:45:59 +00:00
parent f3702452c8
commit f7a5e20372
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
; RUN: opt < %s -enable-tbaa -basicaa -tbaa -gvn -S | FileCheck %s
; RUN: opt < %s -enable-tbaa -tbaa -basicaa -gvn -S | FileCheck %s
; CHECK: @test0_yes
; CHECK: add i8 %x, %x