Skip to content
This repository was archived by the owner on Apr 23, 2020. It is now read-only.

Commit 564da63

Browse files
committed
forgot to commit this last night :(
git-svn-id: https://llvm.org/svn/llvm-project/test-suite/trunk@52416 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 5b6195c commit 564da63

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile.programs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,8 @@ ifeq ($(ARCH),IA64)
219219
LLCBETAOPTION := -sched=simple
220220
endif
221221
ifeq ($(ARCH),x86)
222-
LLCBETAOPTION := -enable-sinking
222+
LLCBETAOPTION := -enable-value-prop
223+
#-enable-sinking
223224
#-schedule-livein-copies
224225
#-machine-licm
225226
#-new-coalescer-heuristic=true

0 commit comments

Comments
 (0)