aboutsummaryrefslogtreecommitdiffstats
path: root/test/Analysis/DSGraph/field-sensitive.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Analysis/DSGraph/field-sensitive.ll')
-rw-r--r--test/Analysis/DSGraph/field-sensitive.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/DSGraph/field-sensitive.ll b/test/Analysis/DSGraph/field-sensitive.ll
index dc3fc22..49aeaba 100644
--- a/test/Analysis/DSGraph/field-sensitive.ll
+++ b/test/Analysis/DSGraph/field-sensitive.ll
@@ -1,5 +1,5 @@
; Test that ds-aa can be used for queries that require field sensitive AA.
-; RUN: llvm-as < %s | opt -no-aa -ds-aa -load-vn -gcse | llvm-dis | not grep load
+; RUN: llvm-upgrade < %s | llvm-as | opt -no-aa -ds-aa -load-vn -gcse | llvm-dis | not grep load
%Pair = type { int, int }